Shades of Cobalt #0D539A
Tints of Cobalt #0D539A
RGB
CMYK
RGB Variations
Color information
#0D539A (or 0x0D539A) is known color: Cobalt. HEX triplet: 0D, 53 and 9A. RGB value is (13,83,154). Sum of RGB (Red+Green+Blue) = 13+83+154=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D539A is #F2AC65. Grayscale: #454545. Windows color (decimal): -15903846 or 10113805. OLE color: 10113805.
HSL color Cylindrical-coordinate representation of color #0D539A: hue angle of 210.21º 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 #0D539A is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 83 | 154 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.40 |
| HSL | 210.21º | 0.84% | 0.33% | - |
| HSV(B) | 210.21º | 0.92% | 0.6% | - |
| XYZ | 9.09 | 8.61 | 31.75 | - |
| YUV | 70.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 154 | 0.92 | 0.46 | 0 | 0.40 | 210.21 | 0.84 | 0.33 |
| Hex | D | 53 | 9A | 5C | 2E | 0 | 28 | D2 | 54 | 21 |
| Octal | 15 | 123 | 232 | 134 | 56 | 0 | 50 | 322 | 124 | 41 |
| Binary | 1101 | 1010011 | 10011010 | 1011100 | 101110 | 0 | 101000 | 11010010 | 1010100 | 100001 |
Color Harmonies of #0D539A
Complementary color
Monochromatic Colors of #0D539A
Black with #0D539A
Text Example
Text Example
White with #0D539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D539A; }
p { color: rgb(13,83,154); }
H1.HeaderClassName
{
color: #0D539A;
}
.AnyTagClassName
{
color: #0D539A;
}
</style>
background-color css
<style>
a { background-color: #0D539A; }
a { background-color: rgb(13,83,154); }
div.DivClassName
{
background-color: #0D539A;
}
.BgClassName
{
background-color: #0D539A;
}
</style>
border-color css
<style>
span { border-color: #0D539A; }
span { border-color: rgb(13,83,154); }
td.TdClassName
{
border-color: #0D539A;
}
.TagClassName
{
border-color: #0D539A;
}
</style>