#164B76

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

Shades of Dark Cerulean #164B76

Tints of Dark Cerulean #164B76

Color information

#164B76 (or 0x164B76) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4B and 76. RGB value is (22,75,118). Sum of RGB (Red+Green+Blue) = 22+75+118=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #164B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B76 is #E9B489. Grayscale: #3F3F3F. Windows color (decimal): -15316106 or 7752470. OLE color: 7752470.

HSL color Cylindrical-coordinate representation of color #164B76: hue angle of 206.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164B76 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2275118-
CMYK0.810.3600.54
HSL206.88º68.57%27.45%-
HSV(B)206.88º81.36%46.27%-
XYZ6.126.5118.07-
YUV64.05158.4498-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=10.23%
G=34.88%
B=54.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22751180.810.3600.54206.8868.5727.45
Hex164B765124036cf451b
Octal261131661214406631710533
Binary10110100101111101101010001100100011011011001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,75,118); }

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

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

 a { background-color: rgb(22,75,118); }

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

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

 span { border-color: rgb(22,75,118); }

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