#164290

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

Shades of Dark Cerulean #164290

Tints of Dark Cerulean #164290

Color information

#164290 (or 0x164290) is unknown color: approx Dark Cerulean. HEX triplet: 16, 42 and 90. RGB value is (22,66,144). Sum of RGB (Red+Green+Blue) = 22+66+144=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #164290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164290 is #E9BD6F. Grayscale: #3D3D3D. Windows color (decimal): -15318384 or 9454102. OLE color: 9454102.

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

Color convert

RGB2266144-
CMYK0.850.5400.44
HSL218.36º73.49%32.55%-
HSV(B)218.36º84.72%56.47%-
XYZ7.316.0827.17-
YUV61.74174.4299.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=9.48%
G=28.45%
B=62.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22661440.850.5400.44218.3673.4932.55
Hex164290553602Cda4921
Octal261022201256605433211141
Binary1011010000101001000010101011101100101100110110101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164290; }

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

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

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

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

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

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

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

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