#164672

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

Shades of Dark Cerulean #164672

Tints of Dark Cerulean #164672

Color information

#164672 (or 0x164672) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 72. RGB value is (22,70,114). Sum of RGB (Red+Green+Blue) = 22+70+114=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #164672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164672 is #E9B98D. Grayscale: #3C3C3C. Windows color (decimal): -15317390 or 7489046. OLE color: 7489046.

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

Color convert

RGB2270114-
CMYK0.810.3900.55
HSL208.7º67.65%26.67%-
HSV(B)208.7º80.7%44.71%-
XYZ5.565.7716.74-
YUV60.66158.1100.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=10.68%
G=33.98%
B=55.34%

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
Decimal22701140.810.3900.55208.767.6526.67
Hex1646725127037d1441b
Octal261061621214706732110433
Binary10110100011011100101010001100111011011111010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164672; }

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

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

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

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

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

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

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

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