Shades of Cobalt #0D48A6
Tints of Cobalt #0D48A6
RGB
CMYK
RGB Variations
Color information
#0D48A6 (or 0x0D48A6) is known color: Cobalt. HEX triplet: 0D, 48 and A6. RGB value is (13,72,166). Sum of RGB (Red+Green+Blue) = 13+72+166=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 166 (65.23% from 255 or 66.14% from 251); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D48A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D48A6 is #F2B759. Grayscale: #404040. Windows color (decimal): -15906650 or 10897421. OLE color: 10897421.
HSL color Cylindrical-coordinate representation of color #0D48A6: hue angle of 216.86º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D48A6 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 72 | 166 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.35 |
| HSL | 216.86º | 0.85% | 0.35% | - |
| HSV(B) | 216.86º | 0.92% | 0.65% | - |
| XYZ | 9.37 | 7.47 | 37.03 | - |
| YUV | 65.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 166 | 0.92 | 0.57 | 0 | 0.35 | 216.86 | 0.85 | 0.35 |
| Hex | D | 48 | A6 | 5C | 39 | 0 | 23 | D9 | 55 | 23 |
| Octal | 15 | 110 | 246 | 134 | 71 | 0 | 43 | 331 | 125 | 43 |
| Binary | 1101 | 1001000 | 10100110 | 1011100 | 111001 | 0 | 100011 | 11011001 | 1010101 | 100011 |
Color Harmonies of #0D48A6
Complementary color
Monochromatic Colors of #0D48A6
Black with #0D48A6
Text Example
Text Example
White with #0D48A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D48A6; }
p { color: rgb(13,72,166); }
H1.HeaderClassName
{
color: #0D48A6;
}
.AnyTagClassName
{
color: #0D48A6;
}
</style>
background-color css
<style>
a { background-color: #0D48A6; }
a { background-color: rgb(13,72,166); }
div.DivClassName
{
background-color: #0D48A6;
}
.BgClassName
{
background-color: #0D48A6;
}
</style>
border-color css
<style>
span { border-color: #0D48A6; }
span { border-color: rgb(13,72,166); }
td.TdClassName
{
border-color: #0D48A6;
}
.TagClassName
{
border-color: #0D48A6;
}
</style>