#164273

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

Shades of Dark Cerulean #164273

Tints of Dark Cerulean #164273

Color information

#164273 (or 0x164273) is unknown color: approx Dark Cerulean. HEX triplet: 16, 42 and 73. RGB value is (22,66,115). Sum of RGB (Red+Green+Blue) = 22+66+115=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #164273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164273 is #E9BD8C. Grayscale: #3A3A3A. Windows color (decimal): -15318413 or 7553558. OLE color: 7553558.

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

Color convert

RGB2266115-
CMYK0.810.4300.55
HSL211.61º67.88%26.86%-
HSV(B)211.61º80.87%45.1%-
XYZ5.375.316.96-
YUV58.43159.92102.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=10.84%
G=32.51%
B=56.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22661150.810.4300.55211.6167.8826.86
Hex164273512B037d4441b
Octal261021631215306732410433
Binary10110100001011100111010001101011011011111010100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164273; }

 p { color: rgb(22,66,115); }

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

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

 a { background-color: rgb(22,66,115); }

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

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

 span { border-color: rgb(22,66,115); }

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