Shades of Cobalt #12569F
Tints of Cobalt #12569F
RGB
CMYK
RGB Variations
Color information
#12569F (or 0x12569F) is known color: Cobalt. HEX triplet: 12, 56 and 9F. RGB value is (18,86,159). Sum of RGB (Red+Green+Blue) = 18+86+159=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #12569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12569F is #EDA960. Grayscale: #494949. Windows color (decimal): -15575393 or 10442258. OLE color: 10442258.
HSL color Cylindrical-coordinate representation of color #12569F: hue angle of 211.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12569F is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 86 | 159 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.38 |
| HSL | 211.06º | 0.8% | 0.35% | - |
| HSV(B) | 211.06º | 0.89% | 0.62% | - |
| XYZ | 9.84 | 9.29 | 34.08 | - |
| YUV | 73.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 159 | 0.89 | 0.46 | 0 | 0.38 | 211.06 | 0.8 | 0.35 |
| Hex | 12 | 56 | 9F | 59 | 2E | 0 | 26 | D3 | 50 | 23 |
| Octal | 22 | 126 | 237 | 131 | 56 | 0 | 46 | 323 | 120 | 43 |
| Binary | 10010 | 1010110 | 10011111 | 1011001 | 101110 | 0 | 100110 | 11010011 | 1010000 | 100011 |
Color Harmonies of #12569F
Complementary color
Monochromatic Colors of #12569F
Black with #12569F
Text Example
Text Example
White with #12569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12569F; }
p { color: rgb(18,86,159); }
H1.HeaderClassName
{
color: #12569F;
}
.AnyTagClassName
{
color: #12569F;
}
</style>
background-color css
<style>
a { background-color: #12569F; }
a { background-color: rgb(18,86,159); }
div.DivClassName
{
background-color: #12569F;
}
.BgClassName
{
background-color: #12569F;
}
</style>
border-color css
<style>
span { border-color: #12569F; }
span { border-color: rgb(18,86,159); }
td.TdClassName
{
border-color: #12569F;
}
.TagClassName
{
border-color: #12569F;
}
</style>