#18408e

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

Shades of Dark Cerulean #18408E

Tints of Dark Cerulean #18408E

Color information

#18408E (or 0x18408E) is unknown color: approx Dark Cerulean. HEX triplet: 18, 40 and 8E. RGB value is (24,64,142). Sum of RGB (Red+Green+Blue) = 24+64+142=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #18408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18408E is #E7BF71. Grayscale: #3C3C3C. Windows color (decimal): -15187826 or 9322520. OLE color: 9322520.

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

Color convert

RGB2464142-
CMYK0.830.5500.44
HSL219.66º71.08%32.55%-
HSV(B)219.66º83.1%55.69%-
XYZ7.095.8126.34-
YUV60.93173.75101.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=10.43%
G=27.83%
B=61.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24641420.830.5500.44219.6671.0832.55
Hex18408E533702Cdc4721
Octal301002161236705433410741
Binary1100010000001000111010100111101110101100110111001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18408e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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