#164978

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

Shades of Dark Cerulean #164978

Tints of Dark Cerulean #164978

Color information

#164978 (or 0x164978) is unknown color: approx Dark Cerulean. HEX triplet: 16, 49 and 78. RGB value is (22,73,120). Sum of RGB (Red+Green+Blue) = 22+73+120=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #164978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164978 is #E9B687. Grayscale: #3E3E3E. Windows color (decimal): -15316616 or 7883030. OLE color: 7883030.

HSL color Cylindrical-coordinate representation of color #164978: hue angle of 208.78º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164978 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2273120-
CMYK0.820.3900.53
HSL208.78º69.01%27.84%-
HSV(B)208.78º81.67%47.06%-
XYZ6.16.2918.66-
YUV63.11160.198.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=10.23%
G=33.95%
B=55.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22731200.820.3900.53208.7869.0127.84
Hex1649785227035d1451c
Octal261111701224706532110534
Binary10110100100111110001010010100111011010111010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164978; }

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

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

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

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

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

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

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

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