#161B89

Color #161B89 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #161B89

Tints of Ultramarine #161B89

Color information

#161B89 (or 0x161B89) is unknown color: approx Ultramarine. HEX triplet: 16, 1B and 89. RGB value is (22,27,137). Sum of RGB (Red+Green+Blue) = 22+27+137=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #161B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161B89 is #E9E476. Grayscale: #252525. Windows color (decimal): -15328375 or 8985366. OLE color: 8985366.

HSL color Cylindrical-coordinate representation of color #161B89: hue angle of 237.39º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161B89 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2227137-
CMYK0.840.8000.46
HSL237.39º72.33%31.18%-
HSV(B)237.39º83.94%53.73%-
XYZ5.242.7623.92-
YUV38.04183.84116.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 137 (53.91% from 255) = 73.66%
R=11.83%
G=14.52%
B=73.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22271370.840.8000.46237.3972.3331.18
Hex161B89545002Eed481f
Octal263321112412005635511037
Binary10110110111000100110101001010000010111011101101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B89; }

 p { color: rgb(22,27,137); }

 H1.HeaderClassName
 {
   color: #161B89;
 }
 .AnyTagClassName
 {
   color: #161B89;
 }
</style>
background-color css

<style>
 a { background-color: #161B89; }

 a { background-color: rgb(22,27,137); }

 div.DivClassName
 {
   background-color: #161B89;
 }
 .BgClassName
 {
   background-color: #161B89;
 }
</style>
border-color css

<style>
 span { border-color: #161B89; }

 span { border-color: rgb(22,27,137); }

 td.TdClassName
 {
   border-color: #161B89;
 }
 .TagClassName
 {
   border-color: #161B89;
 }
</style>