Shades of Cobalt #0142AD
Tints of Cobalt #0142AD
RGB
CMYK
RGB Variations
Color information
#0142AD (or 0x0142AD) is known color: Cobalt. HEX triplet: 01, 42 and AD. RGB value is (1,66,173). Sum of RGB (Red+Green+Blue) = 1+66+173=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #0142AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0142AD is #FEBD52. Grayscale: #3A3A3A. Windows color (decimal): -16694611 or 11354625. OLE color: 11354625.
HSL color Cylindrical-coordinate representation of color #0142AD: hue angle of 217.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0142AD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 66 | 173 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.32 |
| HSL | 217.33º | 0.99% | 0.34% | - |
| HSV(B) | 217.33º | 0.99% | 0.68% | - |
| XYZ | 9.5 | 6.92 | 40.37 | - |
| YUV | 58.76 | 192.47 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 173 | 0.99 | 0.62 | 0 | 0.32 | 217.33 | 0.99 | 0.34 |
| Hex | 1 | 42 | AD | 63 | 3E | 0 | 20 | D9 | 63 | 22 |
| Octal | 1 | 102 | 255 | 143 | 76 | 0 | 40 | 331 | 143 | 42 |
| Binary | 1 | 1000010 | 10101101 | 1100011 | 111110 | 0 | 100000 | 11011001 | 1100011 | 100010 |
Color Harmonies of #0142AD
Complementary color
Monochromatic Colors of #0142AD
Black with #0142AD
Text Example
Text Example
White with #0142AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0142AD; }
p { color: rgb(1,66,173); }
H1.HeaderClassName
{
color: #0142AD;
}
.AnyTagClassName
{
color: #0142AD;
}
</style>
background-color css
<style>
a { background-color: #0142AD; }
a { background-color: rgb(1,66,173); }
div.DivClassName
{
background-color: #0142AD;
}
.BgClassName
{
background-color: #0142AD;
}
</style>
border-color css
<style>
span { border-color: #0142AD; }
span { border-color: rgb(1,66,173); }
td.TdClassName
{
border-color: #0142AD;
}
.TagClassName
{
border-color: #0142AD;
}
</style>