#16408e

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

Shades of Dark Cerulean #16408E

Tints of Dark Cerulean #16408E

Color information

#16408E (or 0x16408E) is unknown color: approx Dark Cerulean. HEX triplet: 16, 40 and 8E. RGB value is (22,64,142). Sum of RGB (Red+Green+Blue) = 22+64+142=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #16408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16408E is #E9BF71. Grayscale: #3B3B3B. Windows color (decimal): -15318898 or 9322518. OLE color: 9322518.

HSL color Cylindrical-coordinate representation of color #16408E: hue angle of 219º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16408E is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2264142-
CMYK0.850.5500.44
HSL219º73.17%32.16%-
HSV(B)219º84.51%55.69%-
XYZ7.055.7926.34-
YUV60.33174.09100.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=9.65%
G=28.07%
B=62.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22641420.850.5500.4421973.1732.16
Hex16408E553702Cdb4920
Octal261002161256705433311140
Binary1011010000001000111010101011101110101100110110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16408e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16408e; }

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

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

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

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

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

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

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

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