#164D79

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

Shades of Dark Cerulean #164D79

Tints of Dark Cerulean #164D79

Color information

#164D79 (or 0x164D79) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4D and 79. RGB value is (22,77,121). Sum of RGB (Red+Green+Blue) = 22+77+121=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #164D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D79 is #E9B286. Grayscale: #414141. Windows color (decimal): -15315591 or 7949590. OLE color: 7949590.

HSL color Cylindrical-coordinate representation of color #164D79: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164D79 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2277121-
CMYK0.820.3600.53
HSL206.67º69.23%28.04%-
HSV(B)206.67º81.82%47.45%-
XYZ6.446.8619.07-
YUV65.57159.2896.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 121 (47.66% from 255) = 55%
R=10%
G=35%
B=55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22771210.820.3600.53206.6769.2328.04
Hex164D795224035cf451c
Octal261151711224406531710534
Binary10110100110111110011010010100100011010111001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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