Shades of Cobalt #1048AD
Tints of Cobalt #1048AD
RGB
CMYK
RGB Variations
Color information
#1048AD (or 0x1048AD) is known color: Cobalt. HEX triplet: 10, 48 and AD. RGB value is (16,72,173). Sum of RGB (Red+Green+Blue) = 16+72+173=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #1048AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1048AD is #EFB752. Grayscale: #424242. Windows color (decimal): -15710035 or 11356176. OLE color: 11356176.
HSL color Cylindrical-coordinate representation of color #1048AD: hue angle of 218.6º 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 #1048AD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 72 | 173 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.32 |
| HSL | 218.6º | 0.83% | 0.37% | - |
| HSV(B) | 218.6º | 0.91% | 0.68% | - |
| XYZ | 10.07 | 7.76 | 40.5 | - |
| YUV | 66.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 173 | 0.91 | 0.58 | 0 | 0.32 | 218.6 | 0.83 | 0.37 |
| Hex | 10 | 48 | AD | 5B | 3A | 0 | 20 | DB | 53 | 25 |
| Octal | 20 | 110 | 255 | 133 | 72 | 0 | 40 | 333 | 123 | 45 |
| Binary | 10000 | 1001000 | 10101101 | 1011011 | 111010 | 0 | 100000 | 11011011 | 1010011 | 100101 |
Color Harmonies of #1048AD
Complementary color
Monochromatic Colors of #1048AD
Black with #1048AD
Text Example
Text Example
White with #1048AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1048AD; }
p { color: rgb(16,72,173); }
H1.HeaderClassName
{
color: #1048AD;
}
.AnyTagClassName
{
color: #1048AD;
}
</style>
background-color css
<style>
a { background-color: #1048AD; }
a { background-color: rgb(16,72,173); }
div.DivClassName
{
background-color: #1048AD;
}
.BgClassName
{
background-color: #1048AD;
}
</style>
border-color css
<style>
span { border-color: #1048AD; }
span { border-color: rgb(16,72,173); }
td.TdClassName
{
border-color: #1048AD;
}
.TagClassName
{
border-color: #1048AD;
}
</style>