Shades of Cobalt #1045AA
Tints of Cobalt #1045AA
RGB
CMYK
RGB Variations
Color information
#1045AA (or 0x1045AA) is known color: Cobalt. HEX triplet: 10, 45 and AA. RGB value is (16,69,170). Sum of RGB (Red+Green+Blue) = 16+69+170=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1045AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1045AA is #EFBA55. Grayscale: #404040. Windows color (decimal): -15710806 or 11158800. OLE color: 11158800.
HSL color Cylindrical-coordinate representation of color #1045AA: hue angle of 219.35º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1045AA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 69 | 170 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.33 |
| HSL | 219.35º | 0.83% | 0.36% | - |
| HSV(B) | 219.35º | 0.91% | 0.67% | - |
| XYZ | 9.6 | 7.27 | 38.93 | - |
| YUV | 64.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 170 | 0.91 | 0.59 | 0 | 0.33 | 219.35 | 0.83 | 0.36 |
| Hex | 10 | 45 | AA | 5B | 3B | 0 | 21 | DB | 53 | 24 |
| Octal | 20 | 105 | 252 | 133 | 73 | 0 | 41 | 333 | 123 | 44 |
| Binary | 10000 | 1000101 | 10101010 | 1011011 | 111011 | 0 | 100001 | 11011011 | 1010011 | 100100 |
Color Harmonies of #1045AA
Complementary color
Monochromatic Colors of #1045AA
Black with #1045AA
Text Example
Text Example
White with #1045AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045AA; }
p { color: rgb(16,69,170); }
H1.HeaderClassName
{
color: #1045AA;
}
.AnyTagClassName
{
color: #1045AA;
}
</style>
background-color css
<style>
a { background-color: #1045AA; }
a { background-color: rgb(16,69,170); }
div.DivClassName
{
background-color: #1045AA;
}
.BgClassName
{
background-color: #1045AA;
}
</style>
border-color css
<style>
span { border-color: #1045AA; }
span { border-color: rgb(16,69,170); }
td.TdClassName
{
border-color: #1045AA;
}
.TagClassName
{
border-color: #1045AA;
}
</style>