Shades of Cobalt #0D509B
Tints of Cobalt #0D509B
RGB
CMYK
RGB Variations
Color information
#0D509B (or 0x0D509B) is known color: Cobalt. HEX triplet: 0D, 50 and 9B. RGB value is (13,80,155). Sum of RGB (Red+Green+Blue) = 13+80+155=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D509B is #F2AF64. Grayscale: #444444. Windows color (decimal): -15904613 or 10178573. OLE color: 10178573.
HSL color Cylindrical-coordinate representation of color #0D509B: hue angle of 211.69º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D509B is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 80 | 155 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.39 |
| HSL | 211.69º | 0.85% | 0.33% | - |
| HSV(B) | 211.69º | 0.92% | 0.61% | - |
| XYZ | 8.95 | 8.19 | 32.12 | - |
| YUV | 68.52 | 176.8 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 155 | 0.92 | 0.48 | 0 | 0.39 | 211.69 | 0.85 | 0.33 |
| Hex | D | 50 | 9B | 5C | 30 | 0 | 27 | D4 | 55 | 21 |
| Octal | 15 | 120 | 233 | 134 | 60 | 0 | 47 | 324 | 125 | 41 |
| Binary | 1101 | 1010000 | 10011011 | 1011100 | 110000 | 0 | 100111 | 11010100 | 1010101 | 100001 |
Color Harmonies of #0D509B
Complementary color
Monochromatic Colors of #0D509B
Black with #0D509B
Text Example
Text Example
White with #0D509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D509B; }
p { color: rgb(13,80,155); }
H1.HeaderClassName
{
color: #0D509B;
}
.AnyTagClassName
{
color: #0D509B;
}
</style>
background-color css
<style>
a { background-color: #0D509B; }
a { background-color: rgb(13,80,155); }
div.DivClassName
{
background-color: #0D509B;
}
.BgClassName
{
background-color: #0D509B;
}
</style>
border-color css
<style>
span { border-color: #0D509B; }
span { border-color: rgb(13,80,155); }
td.TdClassName
{
border-color: #0D509B;
}
.TagClassName
{
border-color: #0D509B;
}
</style>