#164079

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

Shades of Dark Cerulean #164079

Tints of Dark Cerulean #164079

Color information

#164079 (or 0x164079) is unknown color: approx Dark Cerulean. HEX triplet: 16, 40 and 79. RGB value is (22,64,121). Sum of RGB (Red+Green+Blue) = 22+64+121=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #164079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164079 is #E9BF86. Grayscale: #393939. Windows color (decimal): -15318919 or 7946262. OLE color: 7946262.

HSL color Cylindrical-coordinate representation of color #164079: hue angle of 214.55º 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 #164079 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2264121-
CMYK0.820.4700.53
HSL214.55º69.23%28.04%-
HSV(B)214.55º81.82%47.45%-
XYZ5.625.2218.8-
YUV57.94163.59102.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=10.63%
G=30.92%
B=58.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22641210.820.4700.53214.5569.2328.04
Hex164079522F035d7451c
Octal261001711225706532710534
Binary10110100000011110011010010101111011010111010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164079; }

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

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

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

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

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

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

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

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