#164784

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

Shades of Dark Cerulean #164784

Tints of Dark Cerulean #164784

Color information

#164784 (or 0x164784) is unknown color: approx Dark Cerulean. HEX triplet: 16, 47 and 84. RGB value is (22,71,132). Sum of RGB (Red+Green+Blue) = 22+71+132=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #164784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164784 is #E9B87B. Grayscale: #3F3F3F. Windows color (decimal): -15317116 or 8668950. OLE color: 8668950.

HSL color Cylindrical-coordinate representation of color #164784: hue angle of 213.27º degrees, saturation: 0.71, 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 #164784 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2271132-
CMYK0.830.4600.48
HSL213.27º71.43%30.2%-
HSV(B)213.27º83.33%51.76%-
XYZ6.756.3422.7-
YUV63.3166.7798.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=9.78%
G=31.56%
B=58.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22711320.830.4600.48213.2771.4330.2
Hex164784532E030d5471e
Octal261072041235606032510736
Binary101101000111100001001010011101110011000011010101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164784; }

 p { color: rgb(22,71,132); }

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

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

 a { background-color: rgb(22,71,132); }

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

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

 span { border-color: rgb(22,71,132); }

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