#164588

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

Shades of Dark Cerulean #164588

Tints of Dark Cerulean #164588

Color information

#164588 (or 0x164588) is unknown color: approx Dark Cerulean. HEX triplet: 16, 45 and 88. RGB value is (22,69,136). Sum of RGB (Red+Green+Blue) = 22+69+136=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #164588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164588 is #E9BA77. Grayscale: #3E3E3E. Windows color (decimal): -15317624 or 8930582. OLE color: 8930582.

HSL color Cylindrical-coordinate representation of color #164588: hue angle of 215.26º 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 #164588 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2269136-
CMYK0.840.4900.47
HSL215.26º72.15%30.98%-
HSV(B)215.26º83.82%53.33%-
XYZ6.96.224.13-
YUV62.59169.4399.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 136 (53.52% from 255) = 59.91%
R=9.69%
G=30.40%
B=59.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22691360.840.4900.47215.2672.1530.98
Hex164588543102Fd7481f
Octal261052101246105732711037
Binary101101000101100010001010100110001010111111010111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164588; }

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

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

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

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

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

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

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

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