Shades of Cobalt #1149AF
Tints of Cobalt #1149AF
RGB
CMYK
RGB Variations
Color information
#1149AF (or 0x1149AF) is known color: Cobalt. HEX triplet: 11, 49 and AF. RGB value is (17,73,175). Sum of RGB (Red+Green+Blue) = 17+73+175=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #1149AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1149AF is #EEB650. Grayscale: #434343. Windows color (decimal): -15644241 or 11487505. OLE color: 11487505.
HSL color Cylindrical-coordinate representation of color #1149AF: hue angle of 218.73º 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 #1149AF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 73 | 175 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.31 |
| HSL | 218.73º | 0.82% | 0.38% | - |
| HSV(B) | 218.73º | 0.9% | 0.69% | - |
| XYZ | 10.35 | 7.98 | 41.55 | - |
| YUV | 67.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 175 | 0.90 | 0.58 | 0 | 0.31 | 218.73 | 0.82 | 0.38 |
| Hex | 11 | 49 | AF | 5A | 3A | 0 | 1F | DB | 52 | 26 |
| Octal | 21 | 111 | 257 | 132 | 72 | 0 | 37 | 333 | 122 | 46 |
| Binary | 10001 | 1001001 | 10101111 | 1011010 | 111010 | 0 | 11111 | 11011011 | 1010010 | 100110 |
Color Harmonies of #1149AF
Complementary color
Monochromatic Colors of #1149AF
Black with #1149AF
Text Example
Text Example
White with #1149AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149AF; }
p { color: rgb(17,73,175); }
H1.HeaderClassName
{
color: #1149AF;
}
.AnyTagClassName
{
color: #1149AF;
}
</style>
background-color css
<style>
a { background-color: #1149AF; }
a { background-color: rgb(17,73,175); }
div.DivClassName
{
background-color: #1149AF;
}
.BgClassName
{
background-color: #1149AF;
}
</style>
border-color css
<style>
span { border-color: #1149AF; }
span { border-color: rgb(17,73,175); }
td.TdClassName
{
border-color: #1149AF;
}
.TagClassName
{
border-color: #1149AF;
}
</style>