Shades of Cobalt #1148AF
Tints of Cobalt #1148AF
RGB
CMYK
RGB Variations
Color information
#1148AF (or 0x1148AF) is known color: Cobalt. HEX triplet: 11, 48 and AF. RGB value is (17,72,175). Sum of RGB (Red+Green+Blue) = 17+72+175=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #1148AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1148AF is #EEB750. Grayscale: #424242. Windows color (decimal): -15644497 or 11487249. OLE color: 11487249.
HSL color Cylindrical-coordinate representation of color #1148AF: hue angle of 219.11º 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 #1148AF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 72 | 175 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.31 |
| HSL | 219.11º | 0.82% | 0.38% | - |
| HSV(B) | 219.11º | 0.9% | 0.69% | - |
| XYZ | 10.29 | 7.85 | 41.53 | - |
| YUV | 67.3 | 188.78 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 175 | 0.90 | 0.59 | 0 | 0.31 | 219.11 | 0.82 | 0.38 |
| Hex | 11 | 48 | AF | 5A | 3B | 0 | 1F | DB | 52 | 26 |
| Octal | 21 | 110 | 257 | 132 | 73 | 0 | 37 | 333 | 122 | 46 |
| Binary | 10001 | 1001000 | 10101111 | 1011010 | 111011 | 0 | 11111 | 11011011 | 1010010 | 100110 |
Color Harmonies of #1148AF
Complementary color
Monochromatic Colors of #1148AF
Black with #1148AF
Text Example
Text Example
White with #1148AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1148AF; }
p { color: rgb(17,72,175); }
H1.HeaderClassName
{
color: #1148AF;
}
.AnyTagClassName
{
color: #1148AF;
}
</style>
background-color css
<style>
a { background-color: #1148AF; }
a { background-color: rgb(17,72,175); }
div.DivClassName
{
background-color: #1148AF;
}
.BgClassName
{
background-color: #1148AF;
}
</style>
border-color css
<style>
span { border-color: #1148AF; }
span { border-color: rgb(17,72,175); }
td.TdClassName
{
border-color: #1148AF;
}
.TagClassName
{
border-color: #1148AF;
}
</style>