Html Css Color HEX #18408E Dark Cerulean

📋 copy color: '#18408E'

red 24 ◦ green 64 ◦ blue 142

#18408E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #18408E

Tints of Dark Cerulean #18408E

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 value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18408E (or 0x18408E) is known color: 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

RGB 24 64 142 -
CMYK 0.83 0.55 0 0.44
HSL 219.66º 0.71% 0.33% -
HSV(B) 219.66º 0.83% 0.56% -
XYZ 7.09 5.81 26.34 -
YUV 60.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 24 64 142 0.83 0.55 0 0.44 219.66 0.71 0.33
Hex 18 40 8E 53 37 0 2C DC 47 21
Octal 30 100 216 123 67 0 54 334 107 41
Binary 11000 1000000 10001110 1010011 110111 0 101100 11011100 1000111 100001

Color Harmonies of #18408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18408E

Black with #18408E

Text Example


Text Example

White with #18408E

Text Example


Text Example

HTML Codes & Css Web 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>