Shades of Cobalt #1251AF
Tints of Cobalt #1251AF
RGB
CMYK
RGB Variations
Color information
#1251AF (or 0x1251AF) is known color: Cobalt. HEX triplet: 12, 51 and AF. RGB value is (18,81,175). Sum of RGB (Red+Green+Blue) = 18+81+175=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #1251AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1251AF is #EDAE50. Grayscale: #484848. Windows color (decimal): -15576657 or 11489554. OLE color: 11489554.
HSL color Cylindrical-coordinate representation of color #1251AF: hue angle of 215.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1251AF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 81 | 175 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.31 |
| HSL | 215.92º | 0.81% | 0.38% | - |
| HSV(B) | 215.92º | 0.9% | 0.69% | - |
| XYZ | 10.93 | 9.11 | 41.74 | - |
| YUV | 72.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 175 | 0.90 | 0.54 | 0 | 0.31 | 215.92 | 0.81 | 0.38 |
| Hex | 12 | 51 | AF | 5A | 36 | 0 | 1F | D8 | 51 | 26 |
| Octal | 22 | 121 | 257 | 132 | 66 | 0 | 37 | 330 | 121 | 46 |
| Binary | 10010 | 1010001 | 10101111 | 1011010 | 110110 | 0 | 11111 | 11011000 | 1010001 | 100110 |
Color Harmonies of #1251AF
Complementary color
Monochromatic Colors of #1251AF
Black with #1251AF
Text Example
Text Example
White with #1251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1251AF; }
p { color: rgb(18,81,175); }
H1.HeaderClassName
{
color: #1251AF;
}
.AnyTagClassName
{
color: #1251AF;
}
</style>
background-color css
<style>
a { background-color: #1251AF; }
a { background-color: rgb(18,81,175); }
div.DivClassName
{
background-color: #1251AF;
}
.BgClassName
{
background-color: #1251AF;
}
</style>
border-color css
<style>
span { border-color: #1251AF; }
span { border-color: rgb(18,81,175); }
td.TdClassName
{
border-color: #1251AF;
}
.TagClassName
{
border-color: #1251AF;
}
</style>