#18408A

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

Shades of Dark Cerulean #18408A

Tints of Dark Cerulean #18408A

Color information

#18408A (or 0x18408A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 40 and 8A. RGB value is (24,64,138). Sum of RGB (Red+Green+Blue) = 24+64+138=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #18408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18408A is #E7BF75. Grayscale: #3C3C3C. Windows color (decimal): -15187830 or 9060376. OLE color: 9060376.

HSL color Cylindrical-coordinate representation of color #18408A: hue angle of 218.95º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18408A is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2464138-
CMYK0.830.5400.46
HSL218.95º70.37%31.76%-
HSV(B)218.95º82.61%54.12%-
XYZ6.85.724.79-
YUV60.48171.75101.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 138 (54.30% from 255) = 61.06%
R=10.62%
G=28.32%
B=61.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24641380.830.5400.46218.9570.3731.76
Hex18408A533602Edb4620
Octal301002121236605633310640
Binary1100010000001000101010100111101100101110110110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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