#164490

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

Shades of Dark Cerulean #164490

Tints of Dark Cerulean #164490

Color information

#164490 (or 0x164490) is unknown color: approx Dark Cerulean. HEX triplet: 16, 44 and 90. RGB value is (22,68,144). Sum of RGB (Red+Green+Blue) = 22+68+144=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #164490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164490 is #E9BB6F. Grayscale: #3E3E3E. Windows color (decimal): -15317872 or 9454614. OLE color: 9454614.

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

Color convert

RGB2268144-
CMYK0.850.5300.44
HSL217.38º73.49%32.55%-
HSV(B)217.38º84.72%56.47%-
XYZ7.436.3227.21-
YUV62.91173.7698.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=9.40%
G=29.06%
B=61.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22681440.850.5300.44217.3873.4932.55
Hex164490553502Cd94921
Octal261042201256505433111141
Binary1011010001001001000010101011101010101100110110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164490; }

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

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

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

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

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

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

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

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