#164872

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

Shades of Dark Cerulean #164872

Tints of Dark Cerulean #164872

Color information

#164872 (or 0x164872) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 72. RGB value is (22,72,114). Sum of RGB (Red+Green+Blue) = 22+72+114=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #164872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164872 is #E9B78D. Grayscale: #3D3D3D. Windows color (decimal): -15316878 or 7489558. OLE color: 7489558.

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

Color convert

RGB2272114-
CMYK0.810.3700.55
HSL207.39º67.65%26.67%-
HSV(B)207.39º80.7%44.71%-
XYZ5.696.0216.78-
YUV61.84157.4499.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=10.58%
G=34.62%
B=54.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22721140.810.3700.55207.3967.6526.67
Hex1648725125037cf441b
Octal261101621214506731710433
Binary10110100100011100101010001100101011011111001111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164872; }

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

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

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

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

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

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

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

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