#164D7C

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

Shades of Dark Cerulean #164D7C

Tints of Dark Cerulean #164D7C

Color information

#164D7C (or 0x164D7C) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4D and 7C. RGB value is (22,77,124). Sum of RGB (Red+Green+Blue) = 22+77+124=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #164D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D7C is #E9B283. Grayscale: #414141. Windows color (decimal): -15315588 or 8146198. OLE color: 8146198.

HSL color Cylindrical-coordinate representation of color #164D7C: hue angle of 207.65º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164D7C is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2277124-
CMYK0.820.3800.51
HSL207.65º69.86%28.63%-
HSV(B)207.65º82.26%48.63%-
XYZ6.626.9320.06-
YUV65.91160.7896.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=9.87%
G=34.53%
B=55.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22771240.820.3800.51207.6569.8628.63
Hex164D7C5226033d0461d
Octal261151741224606332010635
Binary10110100110111111001010010100110011001111010000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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