Shades of Cobalt #1145AF
Tints of Cobalt #1145AF
RGB
CMYK
RGB Variations
Color information
#1145AF (or 0x1145AF) is known color: Cobalt. HEX triplet: 11, 45 and AF. RGB value is (17,69,175). Sum of RGB (Red+Green+Blue) = 17+69+175=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #1145AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1145AF is #EEBA50. Grayscale: #414141. Windows color (decimal): -15645265 or 11486481. OLE color: 11486481.
HSL color Cylindrical-coordinate representation of color #1145AF: hue angle of 220.25º 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 #1145AF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 69 | 175 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.31 |
| HSL | 220.25º | 0.82% | 0.38% | - |
| HSV(B) | 220.25º | 0.9% | 0.69% | - |
| XYZ | 10.1 | 7.47 | 41.47 | - |
| YUV | 65.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 175 | 0.90 | 0.61 | 0 | 0.31 | 220.25 | 0.82 | 0.38 |
| Hex | 11 | 45 | AF | 5A | 3D | 0 | 1F | DC | 52 | 26 |
| Octal | 21 | 105 | 257 | 132 | 75 | 0 | 37 | 334 | 122 | 46 |
| Binary | 10001 | 1000101 | 10101111 | 1011010 | 111101 | 0 | 11111 | 11011100 | 1010010 | 100110 |
Color Harmonies of #1145AF
Complementary color
Monochromatic Colors of #1145AF
Black with #1145AF
Text Example
Text Example
White with #1145AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1145AF; }
p { color: rgb(17,69,175); }
H1.HeaderClassName
{
color: #1145AF;
}
.AnyTagClassName
{
color: #1145AF;
}
</style>
background-color css
<style>
a { background-color: #1145AF; }
a { background-color: rgb(17,69,175); }
div.DivClassName
{
background-color: #1145AF;
}
.BgClassName
{
background-color: #1145AF;
}
</style>
border-color css
<style>
span { border-color: #1145AF; }
span { border-color: rgb(17,69,175); }
td.TdClassName
{
border-color: #1145AF;
}
.TagClassName
{
border-color: #1145AF;
}
</style>