Shades of Dark Cerulean #12408A
Tints of Dark Cerulean #12408A
RGB
CMYK
RGB Variations
Color information
#12408A (or 0x12408A) is known color: Dark Cerulean. HEX triplet: 12, 40 and 8A. RGB value is (18,64,138). Sum of RGB (Red+Green+Blue) = 18+64+138=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #12408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12408A is #EDBF75. Grayscale: #3A3A3A. Windows color (decimal): -15581046 or 9060370. OLE color: 9060370.
HSL color Cylindrical-coordinate representation of color #12408A: hue angle of 217º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12408A is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 64 | 138 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.46 |
| HSL | 217º | 0.77% | 0.31% | - |
| HSV(B) | 217º | 0.87% | 0.54% | - |
| XYZ | 6.67 | 5.63 | 24.78 | - |
| YUV | 58.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 138 | 0.87 | 0.54 | 0 | 0.46 | 217 | 0.77 | 0.31 |
| Hex | 12 | 40 | 8A | 57 | 36 | 0 | 2E | D9 | 4D | 1F |
| Octal | 22 | 100 | 212 | 127 | 66 | 0 | 56 | 331 | 115 | 37 |
| Binary | 10010 | 1000000 | 10001010 | 1010111 | 110110 | 0 | 101110 | 11011001 | 1001101 | 11111 |
Color Harmonies of #12408A
Complementary color
Monochromatic Colors of #12408A
Black with #12408A
Text Example
Text Example
White with #12408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12408A; }
p { color: rgb(18,64,138); }
H1.HeaderClassName
{
color: #12408A;
}
.AnyTagClassName
{
color: #12408A;
}
</style>
background-color css
<style>
a { background-color: #12408A; }
a { background-color: rgb(18,64,138); }
div.DivClassName
{
background-color: #12408A;
}
.BgClassName
{
background-color: #12408A;
}
</style>
border-color css
<style>
span { border-color: #12408A; }
span { border-color: rgb(18,64,138); }
td.TdClassName
{
border-color: #12408A;
}
.TagClassName
{
border-color: #12408A;
}
</style>