Shades of Cobalt #0D42AC
Tints of Cobalt #0D42AC
RGB
CMYK
RGB Variations
Color information
#0D42AC (or 0x0D42AC) is known color: Cobalt. HEX triplet: 0D, 42 and AC. RGB value is (13,66,172). Sum of RGB (Red+Green+Blue) = 13+66+172=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D42AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D42AC is #F2BD53. Grayscale: #3D3D3D. Windows color (decimal): -15908180 or 11289101. OLE color: 11289101.
HSL color Cylindrical-coordinate representation of color #0D42AC: hue angle of 220º 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 #0D42AC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 66 | 172 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.33 |
| HSL | 220º | 0.86% | 0.36% | - |
| HSV(B) | 220º | 0.92% | 0.67% | - |
| XYZ | 9.56 | 6.96 | 39.87 | - |
| YUV | 62.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 172 | 0.92 | 0.62 | 0 | 0.33 | 220 | 0.86 | 0.36 |
| Hex | D | 42 | AC | 5C | 3E | 0 | 21 | DC | 56 | 24 |
| Octal | 15 | 102 | 254 | 134 | 76 | 0 | 41 | 334 | 126 | 44 |
| Binary | 1101 | 1000010 | 10101100 | 1011100 | 111110 | 0 | 100001 | 11011100 | 1010110 | 100100 |
Color Harmonies of #0D42AC
Complementary color
Monochromatic Colors of #0D42AC
Black with #0D42AC
Text Example
Text Example
White with #0D42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D42AC; }
p { color: rgb(13,66,172); }
H1.HeaderClassName
{
color: #0D42AC;
}
.AnyTagClassName
{
color: #0D42AC;
}
</style>
background-color css
<style>
a { background-color: #0D42AC; }
a { background-color: rgb(13,66,172); }
div.DivClassName
{
background-color: #0D42AC;
}
.BgClassName
{
background-color: #0D42AC;
}
</style>
border-color css
<style>
span { border-color: #0D42AC; }
span { border-color: rgb(13,66,172); }
td.TdClassName
{
border-color: #0D42AC;
}
.TagClassName
{
border-color: #0D42AC;
}
</style>