#164881

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

Shades of Dark Cerulean #164881

Tints of Dark Cerulean #164881

Color information

#164881 (or 0x164881) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 81. RGB value is (22,72,129). Sum of RGB (Red+Green+Blue) = 22+72+129=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #164881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164881 is #E9B77E. Grayscale: #3F3F3F. Windows color (decimal): -15316863 or 8472598. OLE color: 8472598.

HSL color Cylindrical-coordinate representation of color #164881: hue angle of 211.96º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #164881 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2272129-
CMYK0.830.4400.49
HSL211.96º70.86%29.61%-
HSV(B)211.96º82.95%50.59%-
XYZ6.616.3921.65-
YUV63.55164.9498.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 129 (50.78% from 255) = 57.85%
R=9.87%
G=32.29%
B=57.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22721290.830.4400.49211.9670.8629.61
Hex164881532C031d4471e
Octal261102011235406132410736
Binary101101001000100000011010011101100011000111010100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164881; }

 p { color: rgb(22,72,129); }

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

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

 a { background-color: rgb(22,72,129); }

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

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

 span { border-color: rgb(22,72,129); }

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