#164C85

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

Shades of Dark Cerulean #164C85

Tints of Dark Cerulean #164C85

Color information

#164C85 (or 0x164C85) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 85. RGB value is (22,76,133). Sum of RGB (Red+Green+Blue) = 22+76+133=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #164C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C85 is #E9B37A. Grayscale: #424242. Windows color (decimal): -15315835 or 8735766. OLE color: 8735766.

HSL color Cylindrical-coordinate representation of color #164C85: hue angle of 210.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164C85 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2276133-
CMYK0.830.4300.48
HSL210.81º71.61%30.39%-
HSV(B)210.81º83.46%52.16%-
XYZ7.157.0323.17-
YUV66.35165.6196.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 133 (52.34% from 255) = 57.58%
R=9.52%
G=32.90%
B=57.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22761330.830.4300.48210.8171.6130.39
Hex164C85532B030d3481e
Octal261142051235306032311036
Binary101101001100100001011010011101011011000011010011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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