Shades of Cobalt #0D4BAE
Tints of Cobalt #0D4BAE
RGB
CMYK
RGB Variations
Color information
#0D4BAE (or 0x0D4BAE) is known color: Cobalt. HEX triplet: 0D, 4B and AE. RGB value is (13,75,174). Sum of RGB (Red+Green+Blue) = 13+75+174=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D4BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4BAE is #F2B451. Grayscale: #434343. Windows color (decimal): -15905874 or 11422477. OLE color: 11422477.
HSL color Cylindrical-coordinate representation of color #0D4BAE: hue angle of 216.89º 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 #0D4BAE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 75 | 174 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.32 |
| HSL | 216.89º | 0.86% | 0.37% | - |
| HSV(B) | 216.89º | 0.93% | 0.68% | - |
| XYZ | 10.32 | 8.17 | 41.08 | - |
| YUV | 67.75 | 187.96 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 174 | 0.93 | 0.57 | 0 | 0.32 | 216.89 | 0.86 | 0.37 |
| Hex | D | 4B | AE | 5D | 39 | 0 | 20 | D9 | 56 | 25 |
| Octal | 15 | 113 | 256 | 135 | 71 | 0 | 40 | 331 | 126 | 45 |
| Binary | 1101 | 1001011 | 10101110 | 1011101 | 111001 | 0 | 100000 | 11011001 | 1010110 | 100101 |
Color Harmonies of #0D4BAE
Complementary color
Monochromatic Colors of #0D4BAE
Black with #0D4BAE
Text Example
Text Example
White with #0D4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BAE; }
p { color: rgb(13,75,174); }
H1.HeaderClassName
{
color: #0D4BAE;
}
.AnyTagClassName
{
color: #0D4BAE;
}
</style>
background-color css
<style>
a { background-color: #0D4BAE; }
a { background-color: rgb(13,75,174); }
div.DivClassName
{
background-color: #0D4BAE;
}
.BgClassName
{
background-color: #0D4BAE;
}
</style>
border-color css
<style>
span { border-color: #0D4BAE; }
span { border-color: rgb(13,75,174); }
td.TdClassName
{
border-color: #0D4BAE;
}
.TagClassName
{
border-color: #0D4BAE;
}
</style>