Html Css Color HEX #12408B Dark Cerulean

📋 copy color: '#12408B'

red 18 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #12408B

Tints of Dark Cerulean #12408B

RGB

 RED value IS 18 (7.42% from 255) = 8.14%

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 8.14%
G = 28.96%
B = 62.9%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12408B (or 0x12408B) is known color: Dark Cerulean. HEX triplet: 12, 40 and 8B. RGB value is (18,64,139). Sum of RGB (Red+Green+Blue) = 18+64+139=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #12408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12408B is #EDBF74. Grayscale: #3A3A3A. Windows color (decimal): -15581045 or 9125906. OLE color: 9125906.

HSL color Cylindrical-coordinate representation of color #12408B: hue angle of 217.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12408B is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 64 139 -
CMYK 0.87 0.54 0 0.45
HSL 217.19º 0.77% 0.31% -
HSV(B) 217.19º 0.87% 0.55% -
XYZ 6.74 5.66 25.16 -
YUV 58.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 18 64 139 0.87 0.54 0 0.45 217.19 0.77 0.31
Hex 12 40 8B 57 36 0 2D D9 4D 1F
Octal 22 100 213 127 66 0 55 331 115 37
Binary 10010 1000000 10001011 1010111 110110 0 101101 11011001 1001101 11111

Color Harmonies of #12408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12408B

Black with #12408B

Text Example


Text Example

White with #12408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12408B; }

 p { color: rgb(18,64,139); }

 H1.HeaderClassName
 {
   color: #12408B;
 }
 .AnyTagClassName
 {
   color: #12408B;
 }
</style>

background-color css

<style>
 a { background-color: #12408B; }

 a { background-color: rgb(18,64,139); }

 div.DivClassName
 {
   background-color: #12408B;
 }
 .BgClassName
 {
   background-color: #12408B;
 }
</style>

border-color css

<style>
 span { border-color: #12408B; }

 span { border-color: rgb(18,64,139); }

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