Shades of Cobalt #1045AD
Tints of Cobalt #1045AD
RGB
CMYK
RGB Variations
Color information
#1045AD (or 0x1045AD) is known color: Cobalt. HEX triplet: 10, 45 and AD. RGB value is (16,69,173). Sum of RGB (Red+Green+Blue) = 16+69+173=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #1045AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1045AD is #EFBA52. Grayscale: #404040. Windows color (decimal): -15710803 or 11355408. OLE color: 11355408.
HSL color Cylindrical-coordinate representation of color #1045AD: hue angle of 219.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1045AD is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 69 | 173 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.32 |
| HSL | 219.75º | 0.83% | 0.37% | - |
| HSV(B) | 219.75º | 0.91% | 0.68% | - |
| XYZ | 9.88 | 7.38 | 40.44 | - |
| YUV | 65.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 173 | 0.91 | 0.60 | 0 | 0.32 | 219.75 | 0.83 | 0.37 |
| Hex | 10 | 45 | AD | 5B | 3C | 0 | 20 | DC | 53 | 25 |
| Octal | 20 | 105 | 255 | 133 | 74 | 0 | 40 | 334 | 123 | 45 |
| Binary | 10000 | 1000101 | 10101101 | 1011011 | 111100 | 0 | 100000 | 11011100 | 1010011 | 100101 |
Color Harmonies of #1045AD
Complementary color
Monochromatic Colors of #1045AD
Black with #1045AD
Text Example
Text Example
White with #1045AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045AD; }
p { color: rgb(16,69,173); }
H1.HeaderClassName
{
color: #1045AD;
}
.AnyTagClassName
{
color: #1045AD;
}
</style>
background-color css
<style>
a { background-color: #1045AD; }
a { background-color: rgb(16,69,173); }
div.DivClassName
{
background-color: #1045AD;
}
.BgClassName
{
background-color: #1045AD;
}
</style>
border-color css
<style>
span { border-color: #1045AD; }
span { border-color: rgb(16,69,173); }
td.TdClassName
{
border-color: #1045AD;
}
.TagClassName
{
border-color: #1045AD;
}
</style>