#164591

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

Shades of Dark Cerulean #164591

Tints of Dark Cerulean #164591

Color information

#164591 (or 0x164591) is unknown color: approx Dark Cerulean. HEX triplet: 16, 45 and 91. RGB value is (22,69,145). Sum of RGB (Red+Green+Blue) = 22+69+145=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #164591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164591 is #E9BA6E. Grayscale: #3F3F3F. Windows color (decimal): -15317615 or 9520406. OLE color: 9520406.

HSL color Cylindrical-coordinate representation of color #164591: hue angle of 217.07º 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 #164591 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2269145-
CMYK0.850.5200.43
HSL217.07º73.65%32.75%-
HSV(B)217.07º84.83%56.86%-
XYZ7.576.4727.64-
YUV63.61173.9398.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 145 (57.03% from 255) = 61.44%
R=9.32%
G=29.24%
B=61.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22691450.850.5200.43217.0773.6532.75
Hex164591553402Bd94a21
Octal261052211256405333111241
Binary1011010001011001000110101011101000101011110110011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164591; }

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

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

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

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

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

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

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

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