#164288

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

Shades of Dark Cerulean #164288

Tints of Dark Cerulean #164288

Color information

#164288 (or 0x164288) is unknown color: approx Dark Cerulean. HEX triplet: 16, 42 and 88. RGB value is (22,66,136). Sum of RGB (Red+Green+Blue) = 22+66+136=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #164288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164288 is #E9BD77. Grayscale: #3C3C3C. Windows color (decimal): -15318392 or 8929814. OLE color: 8929814.

HSL color Cylindrical-coordinate representation of color #164288: hue angle of 216.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164288 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2266136-
CMYK0.840.5100.47
HSL216.84º72.15%30.98%-
HSV(B)216.84º83.82%53.33%-
XYZ6.725.8424.07-
YUV60.82170.42100.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 136 (53.52% from 255) = 60.71%
R=9.82%
G=29.46%
B=60.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22661360.840.5100.47216.8472.1530.98
Hex164288543302Fd9481f
Octal261022101246305733111037
Binary101101000010100010001010100110011010111111011001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164288; }

 p { color: rgb(22,66,136); }

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

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

 a { background-color: rgb(22,66,136); }

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

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

 span { border-color: rgb(22,66,136); }

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