#164E7A

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

Shades of Dark Cerulean #164E7A

Tints of Dark Cerulean #164E7A

Color information

#164E7A (or 0x164E7A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4E and 7A. RGB value is (22,78,122). Sum of RGB (Red+Green+Blue) = 22+78+122=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #164E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E7A is #E9B185. Grayscale: #424242. Windows color (decimal): -15315334 or 8015382. OLE color: 8015382.

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

Color convert

RGB2278122-
CMYK0.820.3600.52
HSL206.4º69.44%28.24%-
HSV(B)206.4º81.97%47.84%-
XYZ6.577.0219.42-
YUV66.27159.4596.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=9.91%
G=35.14%
B=54.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22781220.820.3600.52206.469.4428.24
Hex164E7A5224034ce451c
Octal261161721224406431610534
Binary10110100111011110101010010100100011010011001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,122); }

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

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

 a { background-color: rgb(22,78,122); }

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

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

 span { border-color: rgb(22,78,122); }

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