Shades of Cobalt #0140AD
Tints of Cobalt #0140AD
RGB
CMYK
RGB Variations
Color information
#0140AD (or 0x0140AD) is known color: Cobalt. HEX triplet: 01, 40 and AD. RGB value is (1,64,173). Sum of RGB (Red+Green+Blue) = 1+64+173=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #0140AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0140AD is #FEBF52. Grayscale: #393939. Windows color (decimal): -16695123 or 11354113. OLE color: 11354113.
HSL color Cylindrical-coordinate representation of color #0140AD: hue angle of 218.02º 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 #0140AD is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 64 | 173 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.32 |
| HSL | 218.02º | 0.99% | 0.34% | - |
| HSV(B) | 218.02º | 0.99% | 0.68% | - |
| XYZ | 9.39 | 6.69 | 40.33 | - |
| YUV | 57.59 | 193.13 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 173 | 0.99 | 0.63 | 0 | 0.32 | 218.02 | 0.99 | 0.34 |
| Hex | 1 | 40 | AD | 63 | 3F | 0 | 20 | DA | 63 | 22 |
| Octal | 1 | 100 | 255 | 143 | 77 | 0 | 40 | 332 | 143 | 42 |
| Binary | 1 | 1000000 | 10101101 | 1100011 | 111111 | 0 | 100000 | 11011010 | 1100011 | 100010 |
Color Harmonies of #0140AD
Complementary color
Monochromatic Colors of #0140AD
Black with #0140AD
Text Example
Text Example
White with #0140AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140AD; }
p { color: rgb(1,64,173); }
H1.HeaderClassName
{
color: #0140AD;
}
.AnyTagClassName
{
color: #0140AD;
}
</style>
background-color css
<style>
a { background-color: #0140AD; }
a { background-color: rgb(1,64,173); }
div.DivClassName
{
background-color: #0140AD;
}
.BgClassName
{
background-color: #0140AD;
}
</style>
border-color css
<style>
span { border-color: #0140AD; }
span { border-color: rgb(1,64,173); }
td.TdClassName
{
border-color: #0140AD;
}
.TagClassName
{
border-color: #0140AD;
}
</style>