Html Css Color HEX #18408A Dark Cerulean

📋 copy color: '#18408A'

red 24 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #18408A

Tints of Dark Cerulean #18408A

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.3% from 255) = 61.06%

R = 10.62%
G = 28.32%
B = 61.06%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

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

RGB 24 64 138 -
CMYK 0.83 0.54 0 0.46
HSL 218.95º 0.7% 0.32% -
HSV(B) 218.95º 0.83% 0.54% -
XYZ 6.8 5.7 24.79 -
YUV 60.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 24 64 138 0.83 0.54 0 0.46 218.95 0.7 0.32
Hex 18 40 8A 53 36 0 2E DB 46 20
Octal 30 100 212 123 66 0 56 333 106 40
Binary 11000 1000000 10001010 1010011 110110 0 101110 11011011 1000110 100000

Color Harmonies of #18408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18408A

Black with #18408A

Text Example


Text Example

White with #18408A

Text Example


Text Example

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