Shades of Cobalt #12539B
Tints of Cobalt #12539B
RGB
CMYK
RGB Variations
Color information
#12539B (or 0x12539B) is known color: Cobalt. HEX triplet: 12, 53 and 9B. RGB value is (18,83,155). Sum of RGB (Red+Green+Blue) = 18+83+155=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #12539B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12539B is #EDAC64. Grayscale: #474747. Windows color (decimal): -15576165 or 10179346. OLE color: 10179346.
HSL color Cylindrical-coordinate representation of color #12539B: hue angle of 211.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12539B is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 83 | 155 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.39 |
| HSL | 211.53º | 0.79% | 0.34% | - |
| HSV(B) | 211.53º | 0.88% | 0.61% | - |
| XYZ | 9.26 | 8.68 | 32.2 | - |
| YUV | 71.77 | 174.97 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 155 | 0.88 | 0.46 | 0 | 0.39 | 211.53 | 0.79 | 0.34 |
| Hex | 12 | 53 | 9B | 58 | 2E | 0 | 27 | D4 | 4F | 22 |
| Octal | 22 | 123 | 233 | 130 | 56 | 0 | 47 | 324 | 117 | 42 |
| Binary | 10010 | 1010011 | 10011011 | 1011000 | 101110 | 0 | 100111 | 11010100 | 1001111 | 100010 |
Color Harmonies of #12539B
Complementary color
Monochromatic Colors of #12539B
Black with #12539B
Text Example
Text Example
White with #12539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12539B; }
p { color: rgb(18,83,155); }
H1.HeaderClassName
{
color: #12539B;
}
.AnyTagClassName
{
color: #12539B;
}
</style>
background-color css
<style>
a { background-color: #12539B; }
a { background-color: rgb(18,83,155); }
div.DivClassName
{
background-color: #12539B;
}
.BgClassName
{
background-color: #12539B;
}
</style>
border-color css
<style>
span { border-color: #12539B; }
span { border-color: rgb(18,83,155); }
td.TdClassName
{
border-color: #12539B;
}
.TagClassName
{
border-color: #12539B;
}
</style>