Shades of Cobalt #1151AF
Tints of Cobalt #1151AF
RGB
CMYK
RGB Variations
Color information
#1151AF (or 0x1151AF) is known color: Cobalt. HEX triplet: 11, 51 and AF. RGB value is (17,81,175). Sum of RGB (Red+Green+Blue) = 17+81+175=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #1151AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1151AF is #EEAE50. Grayscale: #484848. Windows color (decimal): -15642193 or 11489553. OLE color: 11489553.
HSL color Cylindrical-coordinate representation of color #1151AF: hue angle of 215.7º degrees, saturation: 0.82, 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 #1151AF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 81 | 175 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.31 |
| HSL | 215.7º | 0.82% | 0.38% | - |
| HSV(B) | 215.7º | 0.9% | 0.69% | - |
| XYZ | 10.91 | 9.1 | 41.74 | - |
| YUV | 72.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 175 | 0.90 | 0.54 | 0 | 0.31 | 215.7 | 0.82 | 0.38 |
| Hex | 11 | 51 | AF | 5A | 36 | 0 | 1F | D8 | 52 | 26 |
| Octal | 21 | 121 | 257 | 132 | 66 | 0 | 37 | 330 | 122 | 46 |
| Binary | 10001 | 1010001 | 10101111 | 1011010 | 110110 | 0 | 11111 | 11011000 | 1010010 | 100110 |
Color Harmonies of #1151AF
Complementary color
Monochromatic Colors of #1151AF
Black with #1151AF
Text Example
Text Example
White with #1151AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151AF; }
p { color: rgb(17,81,175); }
H1.HeaderClassName
{
color: #1151AF;
}
.AnyTagClassName
{
color: #1151AF;
}
</style>
background-color css
<style>
a { background-color: #1151AF; }
a { background-color: rgb(17,81,175); }
div.DivClassName
{
background-color: #1151AF;
}
.BgClassName
{
background-color: #1151AF;
}
</style>
border-color css
<style>
span { border-color: #1151AF; }
span { border-color: rgb(17,81,175); }
td.TdClassName
{
border-color: #1151AF;
}
.TagClassName
{
border-color: #1151AF;
}
</style>