Shades of Cobalt #1045B5
Tints of Cobalt #1045B5
RGB
CMYK
RGB Variations
Color information
#1045B5 (or 0x1045B5) is known color: Cobalt. HEX triplet: 10, 45 and B5. RGB value is (16,69,181). Sum of RGB (Red+Green+Blue) = 16+69+181=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 181 (71.09% from 255 or 68.05% from 266); Max value from RGB is 181 - color contains mainly: blue. Hex color #1045B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1045B5 is #EFBA4A. Grayscale: #414141. Windows color (decimal): -15710795 or 11879696. OLE color: 11879696.
HSL color Cylindrical-coordinate representation of color #1045B5: hue angle of 220.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1045B5 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 69 | 181 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.29 |
| HSL | 220.73º | 0.84% | 0.39% | - |
| HSV(B) | 220.73º | 0.91% | 0.71% | - |
| XYZ | 10.68 | 7.7 | 44.64 | - |
| YUV | 65.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 181 | 0.91 | 0.62 | 0 | 0.29 | 220.73 | 0.84 | 0.39 |
| Hex | 10 | 45 | B5 | 5B | 3E | 0 | 1D | DD | 54 | 27 |
| Octal | 20 | 105 | 265 | 133 | 76 | 0 | 35 | 335 | 124 | 47 |
| Binary | 10000 | 1000101 | 10110101 | 1011011 | 111110 | 0 | 11101 | 11011101 | 1010100 | 100111 |
Color Harmonies of #1045B5
Complementary color
Monochromatic Colors of #1045B5
Black with #1045B5
Text Example
Text Example
White with #1045B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045B5; }
p { color: rgb(16,69,181); }
H1.HeaderClassName
{
color: #1045B5;
}
.AnyTagClassName
{
color: #1045B5;
}
</style>
background-color css
<style>
a { background-color: #1045B5; }
a { background-color: rgb(16,69,181); }
div.DivClassName
{
background-color: #1045B5;
}
.BgClassName
{
background-color: #1045B5;
}
</style>
border-color css
<style>
span { border-color: #1045B5; }
span { border-color: rgb(16,69,181); }
td.TdClassName
{
border-color: #1045B5;
}
.TagClassName
{
border-color: #1045B5;
}
</style>