Shades of Cobalt #0D44AC
Tints of Cobalt #0D44AC
RGB
CMYK
RGB Variations
Color information
#0D44AC (or 0x0D44AC) is known color: Cobalt. HEX triplet: 0D, 44 and AC. RGB value is (13,68,172). Sum of RGB (Red+Green+Blue) = 13+68+172=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D44AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D44AC is #F2BB53. Grayscale: #3E3E3E. Windows color (decimal): -15907668 or 11289613. OLE color: 11289613.
HSL color Cylindrical-coordinate representation of color #0D44AC: hue angle of 219.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D44AC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 68 | 172 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.33 |
| HSL | 219.25º | 0.86% | 0.36% | - |
| HSV(B) | 219.25º | 0.92% | 0.67% | - |
| XYZ | 9.68 | 7.2 | 39.91 | - |
| YUV | 63.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 172 | 0.92 | 0.60 | 0 | 0.33 | 219.25 | 0.86 | 0.36 |
| Hex | D | 44 | AC | 5C | 3C | 0 | 21 | DB | 56 | 24 |
| Octal | 15 | 104 | 254 | 134 | 74 | 0 | 41 | 333 | 126 | 44 |
| Binary | 1101 | 1000100 | 10101100 | 1011100 | 111100 | 0 | 100001 | 11011011 | 1010110 | 100100 |
Color Harmonies of #0D44AC
Complementary color
Monochromatic Colors of #0D44AC
Black with #0D44AC
Text Example
Text Example
White with #0D44AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D44AC; }
p { color: rgb(13,68,172); }
H1.HeaderClassName
{
color: #0D44AC;
}
.AnyTagClassName
{
color: #0D44AC;
}
</style>
background-color css
<style>
a { background-color: #0D44AC; }
a { background-color: rgb(13,68,172); }
div.DivClassName
{
background-color: #0D44AC;
}
.BgClassName
{
background-color: #0D44AC;
}
</style>
border-color css
<style>
span { border-color: #0D44AC; }
span { border-color: rgb(13,68,172); }
td.TdClassName
{
border-color: #0D44AC;
}
.TagClassName
{
border-color: #0D44AC;
}
</style>