#164774

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

Shades of Dark Cerulean #164774

Tints of Dark Cerulean #164774

Color information

#164774 (or 0x164774) is unknown color: approx Dark Cerulean. HEX triplet: 16, 47 and 74. RGB value is (22,71,116). Sum of RGB (Red+Green+Blue) = 22+71+116=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #164774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164774 is #E9B88B. Grayscale: #3D3D3D. Windows color (decimal): -15317132 or 7620374. OLE color: 7620374.

HSL color Cylindrical-coordinate representation of color #164774: hue angle of 208.72º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164774 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2271116-
CMYK0.810.3900.55
HSL208.72º68.12%27.06%-
HSV(B)208.72º81.03%45.49%-
XYZ5.745.9417.37-
YUV61.48158.7799.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=10.53%
G=33.97%
B=55.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22711160.810.3900.55208.7268.1227.06
Hex1647745127037d1441b
Octal261071641214706732110433
Binary10110100011111101001010001100111011011111010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164774; }

 p { color: rgb(22,71,116); }

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

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

 a { background-color: rgb(22,71,116); }

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

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

 span { border-color: rgb(22,71,116); }

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