Shades of Cobalt #0D50AD
Tints of Cobalt #0D50AD
RGB
CMYK
RGB Variations
Color information
#0D50AD (or 0x0D50AD) is known color: Cobalt. HEX triplet: 0D, 50 and AD. RGB value is (13,80,173). Sum of RGB (Red+Green+Blue) = 13+80+173=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D50AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D50AD is #F2AF52. Grayscale: #464646. Windows color (decimal): -15904595 or 11358221. OLE color: 11358221.
HSL color Cylindrical-coordinate representation of color #0D50AD: hue angle of 214.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D50AD is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 80 | 173 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.32 |
| HSL | 214.88º | 0.86% | 0.36% | - |
| HSV(B) | 214.88º | 0.92% | 0.68% | - |
| XYZ | 10.58 | 8.84 | 40.68 | - |
| YUV | 70.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 173 | 0.92 | 0.54 | 0 | 0.32 | 214.88 | 0.86 | 0.36 |
| Hex | D | 50 | AD | 5C | 36 | 0 | 20 | D7 | 56 | 24 |
| Octal | 15 | 120 | 255 | 134 | 66 | 0 | 40 | 327 | 126 | 44 |
| Binary | 1101 | 1010000 | 10101101 | 1011100 | 110110 | 0 | 100000 | 11010111 | 1010110 | 100100 |
Color Harmonies of #0D50AD
Complementary color
Monochromatic Colors of #0D50AD
Black with #0D50AD
Text Example
Text Example
White with #0D50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D50AD; }
p { color: rgb(13,80,173); }
H1.HeaderClassName
{
color: #0D50AD;
}
.AnyTagClassName
{
color: #0D50AD;
}
</style>
background-color css
<style>
a { background-color: #0D50AD; }
a { background-color: rgb(13,80,173); }
div.DivClassName
{
background-color: #0D50AD;
}
.BgClassName
{
background-color: #0D50AD;
}
</style>
border-color css
<style>
span { border-color: #0D50AD; }
span { border-color: rgb(13,80,173); }
td.TdClassName
{
border-color: #0D50AD;
}
.TagClassName
{
border-color: #0D50AD;
}
</style>