#164990

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

Shades of Dark Cerulean #164990

Tints of Dark Cerulean #164990

Color information

#164990 (or 0x164990) is unknown color: approx Dark Cerulean. HEX triplet: 16, 49 and 90. RGB value is (22,73,144). Sum of RGB (Red+Green+Blue) = 22+73+144=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #164990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164990 is #E9B66F. Grayscale: #414141. Windows color (decimal): -15316592 or 9455894. OLE color: 9455894.

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

Color convert

RGB2273144-
CMYK0.850.4900.44
HSL214.92º73.49%32.55%-
HSV(B)214.92º84.72%56.47%-
XYZ7.756.9527.32-
YUV65.84172.196.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 144 (56.64% from 255) = 60.25%
R=9.21%
G=30.54%
B=60.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22731440.850.4900.44214.9273.4932.55
Hex164990553102Cd74921
Octal261112201256105432711141
Binary1011010010011001000010101011100010101100110101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164990; }

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

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

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

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

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

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

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

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