#164389

Color #164389 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #164389

Tints of Dark Cerulean #164389

Color information

#164389 (or 0x164389) is unknown color: approx Dark Cerulean. HEX triplet: 16, 43 and 89. RGB value is (22,67,137). Sum of RGB (Red+Green+Blue) = 22+67+137=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #164389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164389 is #E9BC76. Grayscale: #3D3D3D. Windows color (decimal): -15318135 or 8995606. OLE color: 8995606.

HSL color Cylindrical-coordinate representation of color #164389: hue angle of 216.52º 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 #164389 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2267137-
CMYK0.840.5100.46
HSL216.52º72.33%31.18%-
HSV(B)216.52º83.94%53.73%-
XYZ6.855.9924.46-
YUV61.52170.5999.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 137 (53.91% from 255) = 60.62%
R=9.73%
G=29.65%
B=60.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22671370.840.5100.46216.5272.3331.18
Hex164389543302Ed9481f
Octal261032111246305633111037
Binary101101000011100010011010100110011010111011011001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164389; }

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

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

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

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

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

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

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

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