Shades of Cobalt #0D45AE
Tints of Cobalt #0D45AE
RGB
CMYK
RGB Variations
Color information
#0D45AE (or 0x0D45AE) is known color: Cobalt. HEX triplet: 0D, 45 and AE. RGB value is (13,69,174). Sum of RGB (Red+Green+Blue) = 13+69+174=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D45AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D45AE is #F2BA51. Grayscale: #3F3F3F. Windows color (decimal): -15907410 or 11420941. OLE color: 11420941.
HSL color Cylindrical-coordinate representation of color #0D45AE: hue angle of 219.13º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D45AE is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 69 | 174 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.32 |
| HSL | 219.13º | 0.86% | 0.37% | - |
| HSV(B) | 219.13º | 0.93% | 0.68% | - |
| XYZ | 9.93 | 7.4 | 40.95 | - |
| YUV | 64.23 | 189.95 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 174 | 0.93 | 0.60 | 0 | 0.32 | 219.13 | 0.86 | 0.37 |
| Hex | D | 45 | AE | 5D | 3C | 0 | 20 | DB | 56 | 25 |
| Octal | 15 | 105 | 256 | 135 | 74 | 0 | 40 | 333 | 126 | 45 |
| Binary | 1101 | 1000101 | 10101110 | 1011101 | 111100 | 0 | 100000 | 11011011 | 1010110 | 100101 |
Color Harmonies of #0D45AE
Complementary color
Monochromatic Colors of #0D45AE
Black with #0D45AE
Text Example
Text Example
White with #0D45AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D45AE; }
p { color: rgb(13,69,174); }
H1.HeaderClassName
{
color: #0D45AE;
}
.AnyTagClassName
{
color: #0D45AE;
}
</style>
background-color css
<style>
a { background-color: #0D45AE; }
a { background-color: rgb(13,69,174); }
div.DivClassName
{
background-color: #0D45AE;
}
.BgClassName
{
background-color: #0D45AE;
}
</style>
border-color css
<style>
span { border-color: #0D45AE; }
span { border-color: rgb(13,69,174); }
td.TdClassName
{
border-color: #0D45AE;
}
.TagClassName
{
border-color: #0D45AE;
}
</style>