Shades of Cobalt #0D509A
Tints of Cobalt #0D509A
RGB
CMYK
RGB Variations
Color information
#0D509A (or 0x0D509A) is known color: Cobalt. HEX triplet: 0D, 50 and 9A. RGB value is (13,80,154). Sum of RGB (Red+Green+Blue) = 13+80+154=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D509A is #F2AF65. Grayscale: #444444. Windows color (decimal): -15904614 or 10113037. OLE color: 10113037.
HSL color Cylindrical-coordinate representation of color #0D509A: hue angle of 211.49º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D509A is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 80 | 154 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.40 |
| HSL | 211.49º | 0.84% | 0.33% | - |
| HSV(B) | 211.49º | 0.92% | 0.6% | - |
| XYZ | 8.87 | 8.16 | 31.68 | - |
| YUV | 68.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 154 | 0.92 | 0.48 | 0 | 0.40 | 211.49 | 0.84 | 0.33 |
| Hex | D | 50 | 9A | 5C | 30 | 0 | 28 | D3 | 54 | 21 |
| Octal | 15 | 120 | 232 | 134 | 60 | 0 | 50 | 323 | 124 | 41 |
| Binary | 1101 | 1010000 | 10011010 | 1011100 | 110000 | 0 | 101000 | 11010011 | 1010100 | 100001 |
Color Harmonies of #0D509A
Complementary color
Monochromatic Colors of #0D509A
Black with #0D509A
Text Example
Text Example
White with #0D509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D509A; }
p { color: rgb(13,80,154); }
H1.HeaderClassName
{
color: #0D509A;
}
.AnyTagClassName
{
color: #0D509A;
}
</style>
background-color css
<style>
a { background-color: #0D509A; }
a { background-color: rgb(13,80,154); }
div.DivClassName
{
background-color: #0D509A;
}
.BgClassName
{
background-color: #0D509A;
}
</style>
border-color css
<style>
span { border-color: #0D509A; }
span { border-color: rgb(13,80,154); }
td.TdClassName
{
border-color: #0D509A;
}
.TagClassName
{
border-color: #0D509A;
}
</style>