#164088

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

Shades of Dark Cerulean #164088

Tints of Dark Cerulean #164088

Color information

#164088 (or 0x164088) is unknown color: approx Dark Cerulean. HEX triplet: 16, 40 and 88. RGB value is (22,64,136). Sum of RGB (Red+Green+Blue) = 22+64+136=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #164088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164088 is #E9BF77. Grayscale: #3B3B3B. Windows color (decimal): -15318904 or 8929302. OLE color: 8929302.

HSL color Cylindrical-coordinate representation of color #164088: hue angle of 217.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164088 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2264136-
CMYK0.840.5300.47
HSL217.89º72.15%30.98%-
HSV(B)217.89º83.82%53.33%-
XYZ6.615.6124.03-
YUV59.65171.09101.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=9.91%
G=28.83%
B=61.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22641360.840.5300.47217.8972.1530.98
Hex164088543502Fda481f
Octal261002101246505733211037
Binary101101000000100010001010100110101010111111011010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164088; }

 p { color: rgb(22,64,136); }

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

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

 a { background-color: rgb(22,64,136); }

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

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

 span { border-color: rgb(22,64,136); }

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