Shades of Cobalt #0D55AC
Tints of Cobalt #0D55AC
RGB
CMYK
RGB Variations
Color information
#0D55AC (or 0x0D55AC) is known color: Cobalt. HEX triplet: 0D, 55 and AC. RGB value is (13,85,172). Sum of RGB (Red+Green+Blue) = 13+85+172=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D55AC is #F2AA53. Grayscale: #484848. Windows color (decimal): -15903316 or 11293965. OLE color: 11293965.
HSL color Cylindrical-coordinate representation of color #0D55AC: hue angle of 212.83º 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 #0D55AC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 85 | 172 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.33 |
| HSL | 212.83º | 0.86% | 0.36% | - |
| HSV(B) | 212.83º | 0.92% | 0.67% | - |
| XYZ | 10.86 | 9.56 | 40.3 | - |
| YUV | 73.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 172 | 0.92 | 0.51 | 0 | 0.33 | 212.83 | 0.86 | 0.36 |
| Hex | D | 55 | AC | 5C | 33 | 0 | 21 | D5 | 56 | 24 |
| Octal | 15 | 125 | 254 | 134 | 63 | 0 | 41 | 325 | 126 | 44 |
| Binary | 1101 | 1010101 | 10101100 | 1011100 | 110011 | 0 | 100001 | 11010101 | 1010110 | 100100 |
Color Harmonies of #0D55AC
Complementary color
Monochromatic Colors of #0D55AC
Black with #0D55AC
Text Example
Text Example
White with #0D55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D55AC; }
p { color: rgb(13,85,172); }
H1.HeaderClassName
{
color: #0D55AC;
}
.AnyTagClassName
{
color: #0D55AC;
}
</style>
background-color css
<style>
a { background-color: #0D55AC; }
a { background-color: rgb(13,85,172); }
div.DivClassName
{
background-color: #0D55AC;
}
.BgClassName
{
background-color: #0D55AC;
}
</style>
border-color css
<style>
span { border-color: #0D55AC; }
span { border-color: rgb(13,85,172); }
td.TdClassName
{
border-color: #0D55AC;
}
.TagClassName
{
border-color: #0D55AC;
}
</style>