Shades of Cobalt #0D529A
Tints of Cobalt #0D529A
RGB
CMYK
RGB Variations
Color information
#0D529A (or 0x0D529A) is known color: Cobalt. HEX triplet: 0D, 52 and 9A. RGB value is (13,82,154). Sum of RGB (Red+Green+Blue) = 13+82+154=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D529A is #F2AD65. Grayscale: #454545. Windows color (decimal): -15904102 or 10113549. OLE color: 10113549.
HSL color Cylindrical-coordinate representation of color #0D529A: hue angle of 210.64º 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 #0D529A is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 82 | 154 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.40 |
| HSL | 210.64º | 0.84% | 0.33% | - |
| HSV(B) | 210.64º | 0.92% | 0.6% | - |
| XYZ | 9.02 | 8.45 | 31.73 | - |
| YUV | 69.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 154 | 0.92 | 0.47 | 0 | 0.40 | 210.64 | 0.84 | 0.33 |
| Hex | D | 52 | 9A | 5C | 2F | 0 | 28 | D3 | 54 | 21 |
| Octal | 15 | 122 | 232 | 134 | 57 | 0 | 50 | 323 | 124 | 41 |
| Binary | 1101 | 1010010 | 10011010 | 1011100 | 101111 | 0 | 101000 | 11010011 | 1010100 | 100001 |
Color Harmonies of #0D529A
Complementary color
Monochromatic Colors of #0D529A
Black with #0D529A
Text Example
Text Example
White with #0D529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D529A; }
p { color: rgb(13,82,154); }
H1.HeaderClassName
{
color: #0D529A;
}
.AnyTagClassName
{
color: #0D529A;
}
</style>
background-color css
<style>
a { background-color: #0D529A; }
a { background-color: rgb(13,82,154); }
div.DivClassName
{
background-color: #0D529A;
}
.BgClassName
{
background-color: #0D529A;
}
</style>
border-color css
<style>
span { border-color: #0D529A; }
span { border-color: rgb(13,82,154); }
td.TdClassName
{
border-color: #0D529A;
}
.TagClassName
{
border-color: #0D529A;
}
</style>