Shades of Cobalt #1045A8
Tints of Cobalt #1045A8
RGB
CMYK
RGB Variations
Color information
#1045A8 (or 0x1045A8) is known color: Cobalt. HEX triplet: 10, 45 and A8. RGB value is (16,69,168). Sum of RGB (Red+Green+Blue) = 16+69+168=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #1045A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1045A8 is #EFBA57. Grayscale: #3F3F3F. Windows color (decimal): -15710808 or 11027728. OLE color: 11027728.
HSL color Cylindrical-coordinate representation of color #1045A8: hue angle of 219.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1045A8 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 69 | 168 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.34 |
| HSL | 219.08º | 0.83% | 0.36% | - |
| HSV(B) | 219.08º | 0.9% | 0.66% | - |
| XYZ | 9.41 | 7.19 | 37.94 | - |
| YUV | 64.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 168 | 0.90 | 0.59 | 0 | 0.34 | 219.08 | 0.83 | 0.36 |
| Hex | 10 | 45 | A8 | 5A | 3B | 0 | 22 | DB | 53 | 24 |
| Octal | 20 | 105 | 250 | 132 | 73 | 0 | 42 | 333 | 123 | 44 |
| Binary | 10000 | 1000101 | 10101000 | 1011010 | 111011 | 0 | 100010 | 11011011 | 1010011 | 100100 |
Color Harmonies of #1045A8
Complementary color
Monochromatic Colors of #1045A8
Black with #1045A8
Text Example
Text Example
White with #1045A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045A8; }
p { color: rgb(16,69,168); }
H1.HeaderClassName
{
color: #1045A8;
}
.AnyTagClassName
{
color: #1045A8;
}
</style>
background-color css
<style>
a { background-color: #1045A8; }
a { background-color: rgb(16,69,168); }
div.DivClassName
{
background-color: #1045A8;
}
.BgClassName
{
background-color: #1045A8;
}
</style>
border-color css
<style>
span { border-color: #1045A8; }
span { border-color: rgb(16,69,168); }
td.TdClassName
{
border-color: #1045A8;
}
.TagClassName
{
border-color: #1045A8;
}
</style>