#164674

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

Shades of Dark Cerulean #164674

Tints of Dark Cerulean #164674

Color information

#164674 (or 0x164674) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 74. RGB value is (22,70,116). Sum of RGB (Red+Green+Blue) = 22+70+116=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #164674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164674 is #E9B98B. Grayscale: #3C3C3C. Windows color (decimal): -15317388 or 7620118. OLE color: 7620118.

HSL color Cylindrical-coordinate representation of color #164674: hue angle of 209.36º 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 #164674 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2270116-
CMYK0.810.4000.55
HSL209.36º68.12%27.06%-
HSV(B)209.36º81.03%45.49%-
XYZ5.675.8117.35-
YUV60.89159.1100.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=10.58%
G=33.65%
B=55.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22701160.810.4000.55209.3668.1227.06
Hex1646745128037d1441b
Octal261061641215006732110433
Binary10110100011011101001010001101000011011111010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164674; }

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

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

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

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

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

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

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

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