#18408D

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

Shades of Dark Cerulean #18408D

Tints of Dark Cerulean #18408D

Color information

#18408D (or 0x18408D) is unknown color: approx Dark Cerulean. HEX triplet: 18, 40 and 8D. RGB value is (24,64,141). Sum of RGB (Red+Green+Blue) = 24+64+141=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #18408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18408D is #E7BF72. Grayscale: #3C3C3C. Windows color (decimal): -15187827 or 9256984. OLE color: 9256984.

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

Color convert

RGB2464141-
CMYK0.830.5500.45
HSL219.49º70.91%32.35%-
HSV(B)219.49º82.98%55.29%-
XYZ7.025.7825.95-
YUV60.82173.25101.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 141 (55.47% from 255) = 61.57%
R=10.48%
G=27.95%
B=61.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24641410.830.5500.45219.4970.9132.35
Hex18408D533702Ddb4720
Octal301002151236705533310740
Binary1100010000001000110110100111101110101101110110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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