#164D72

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

Shades of Dark Cerulean #164D72

Tints of Dark Cerulean #164D72

Color information

#164D72 (or 0x164D72) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4D and 72. RGB value is (22,77,114). Sum of RGB (Red+Green+Blue) = 22+77+114=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #164D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D72 is #E9B28D. Grayscale: #404040. Windows color (decimal): -15315598 or 7490838. OLE color: 7490838.

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

Color convert

RGB2277114-
CMYK0.810.3200.55
HSL204.13º67.65%26.67%-
HSV(B)204.13º80.7%44.71%-
XYZ6.026.6916.89-
YUV64.77155.7897.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=10.33%
G=36.15%
B=53.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22771140.810.3200.55204.1367.6526.67
Hex164D725120037cc441b
Octal261151621214006731410433
Binary10110100110111100101010001100000011011111001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164D72; }

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

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

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

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

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

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

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

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