Shades of Cobalt #0D46AF
Tints of Cobalt #0D46AF
RGB
CMYK
RGB Variations
Color information
#0D46AF (or 0x0D46AF) is known color: Cobalt. HEX triplet: 0D, 46 and AF. RGB value is (13,70,175). Sum of RGB (Red+Green+Blue) = 13+70+175=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D46AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D46AF is #F2B950. Grayscale: #404040. Windows color (decimal): -15907153 or 11486733. OLE color: 11486733.
HSL color Cylindrical-coordinate representation of color #0D46AF: hue angle of 218.89º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D46AF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 70 | 175 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.31 |
| HSL | 218.89º | 0.86% | 0.37% | - |
| HSV(B) | 218.89º | 0.93% | 0.69% | - |
| XYZ | 10.09 | 7.56 | 41.48 | - |
| YUV | 64.93 | 190.12 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 175 | 0.93 | 0.60 | 0 | 0.31 | 218.89 | 0.86 | 0.37 |
| Hex | D | 46 | AF | 5D | 3C | 0 | 1F | DB | 56 | 25 |
| Octal | 15 | 106 | 257 | 135 | 74 | 0 | 37 | 333 | 126 | 45 |
| Binary | 1101 | 1000110 | 10101111 | 1011101 | 111100 | 0 | 11111 | 11011011 | 1010110 | 100101 |
Color Harmonies of #0D46AF
Complementary color
Monochromatic Colors of #0D46AF
Black with #0D46AF
Text Example
Text Example
White with #0D46AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D46AF; }
p { color: rgb(13,70,175); }
H1.HeaderClassName
{
color: #0D46AF;
}
.AnyTagClassName
{
color: #0D46AF;
}
</style>
background-color css
<style>
a { background-color: #0D46AF; }
a { background-color: rgb(13,70,175); }
div.DivClassName
{
background-color: #0D46AF;
}
.BgClassName
{
background-color: #0D46AF;
}
</style>
border-color css
<style>
span { border-color: #0D46AF; }
span { border-color: rgb(13,70,175); }
td.TdClassName
{
border-color: #0D46AF;
}
.TagClassName
{
border-color: #0D46AF;
}
</style>