Shades of Cobalt #0D43AC
Tints of Cobalt #0D43AC
RGB
CMYK
RGB Variations
Color information
#0D43AC (or 0x0D43AC) is known color: Cobalt. HEX triplet: 0D, 43 and AC. RGB value is (13,67,172). Sum of RGB (Red+Green+Blue) = 13+67+172=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D43AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D43AC is #F2BC53. Grayscale: #3E3E3E. Windows color (decimal): -15907924 or 11289357. OLE color: 11289357.
HSL color Cylindrical-coordinate representation of color #0D43AC: hue angle of 219.62º 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 #0D43AC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 67 | 172 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.33 |
| HSL | 219.62º | 0.86% | 0.36% | - |
| HSV(B) | 219.62º | 0.92% | 0.67% | - |
| XYZ | 9.62 | 7.08 | 39.89 | - |
| YUV | 62.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 172 | 0.92 | 0.61 | 0 | 0.33 | 219.62 | 0.86 | 0.36 |
| Hex | D | 43 | AC | 5C | 3D | 0 | 21 | DC | 56 | 24 |
| Octal | 15 | 103 | 254 | 134 | 75 | 0 | 41 | 334 | 126 | 44 |
| Binary | 1101 | 1000011 | 10101100 | 1011100 | 111101 | 0 | 100001 | 11011100 | 1010110 | 100100 |
Color Harmonies of #0D43AC
Complementary color
Monochromatic Colors of #0D43AC
Black with #0D43AC
Text Example
Text Example
White with #0D43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D43AC; }
p { color: rgb(13,67,172); }
H1.HeaderClassName
{
color: #0D43AC;
}
.AnyTagClassName
{
color: #0D43AC;
}
</style>
background-color css
<style>
a { background-color: #0D43AC; }
a { background-color: rgb(13,67,172); }
div.DivClassName
{
background-color: #0D43AC;
}
.BgClassName
{
background-color: #0D43AC;
}
</style>
border-color css
<style>
span { border-color: #0D43AC; }
span { border-color: rgb(13,67,172); }
td.TdClassName
{
border-color: #0D43AC;
}
.TagClassName
{
border-color: #0D43AC;
}
</style>