#164C7D

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

Shades of Dark Cerulean #164C7D

Tints of Dark Cerulean #164C7D

Color information

#164C7D (or 0x164C7D) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 7D. RGB value is (22,76,125). Sum of RGB (Red+Green+Blue) = 22+76+125=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #164C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C7D is #E9B382. Grayscale: #414141. Windows color (decimal): -15315843 or 8211478. OLE color: 8211478.

HSL color Cylindrical-coordinate representation of color #164C7D: hue angle of 208.54º 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 #164C7D is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2276125-
CMYK0.820.3900.51
HSL208.54º70.07%28.82%-
HSV(B)208.54º82.4%49.02%-
XYZ6.626.8220.37-
YUV65.44161.6197.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=9.87%
G=34.08%
B=56.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22761250.820.3900.51208.5470.0728.82
Hex164C7D5227033d1461d
Octal261141751224706332110635
Binary10110100110011111011010010100111011001111010001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,76,125); }

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

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

 a { background-color: rgb(22,76,125); }

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

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

 span { border-color: rgb(22,76,125); }

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