#164875

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

Shades of Dark Cerulean #164875

Tints of Dark Cerulean #164875

Color information

#164875 (or 0x164875) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 75. RGB value is (22,72,117). Sum of RGB (Red+Green+Blue) = 22+72+117=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #164875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164875 is #E9B78A. Grayscale: #3D3D3D. Windows color (decimal): -15316875 or 7686166. OLE color: 7686166.

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

Color convert

RGB2272117-
CMYK0.810.3800.54
HSL208.42º68.35%27.25%-
HSV(B)208.42º81.2%45.88%-
XYZ5.866.0917.7-
YUV62.18158.9499.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=10.43%
G=34.12%
B=55.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22721170.810.3800.54208.4268.3527.25
Hex1648755126036d0441b
Octal261101651214606632010433
Binary10110100100011101011010001100110011011011010000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164875; }

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

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

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

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

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

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

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

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