#164391

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

Shades of Dark Cerulean #164391

Tints of Dark Cerulean #164391

Color information

#164391 (or 0x164391) is unknown color: approx Dark Cerulean. HEX triplet: 16, 43 and 91. RGB value is (22,67,145). Sum of RGB (Red+Green+Blue) = 22+67+145=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #164391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164391 is #E9BC6E. Grayscale: #3E3E3E. Windows color (decimal): -15318127 or 9519894. OLE color: 9519894.

HSL color Cylindrical-coordinate representation of color #164391: hue angle of 218.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164391 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2267145-
CMYK0.850.5400.43
HSL218.05º73.65%32.75%-
HSV(B)218.05º84.83%56.86%-
XYZ7.456.2327.6-
YUV62.44174.5999.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=9.40%
G=28.63%
B=61.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22671450.850.5400.43218.0573.6532.75
Hex164391553602Bda4a21
Octal261032211256605333211241
Binary1011010000111001000110101011101100101011110110101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164391; }

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

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

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

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

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

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

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

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