Shades of Cobalt #0140CB
Tints of Cobalt #0140CB
RGB
CMYK
RGB Variations
Color information
#0140CB (or 0x0140CB) is known color: Cobalt. HEX triplet: 01, 40 and CB. RGB value is (1,64,203). Sum of RGB (Red+Green+Blue) = 1+64+203=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #0140CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140CB is #FEBF34. Grayscale: #3C3C3C. Windows color (decimal): -16695093 or 13320193. OLE color: 13320193.
HSL color Cylindrical-coordinate representation of color #0140CB: hue angle of 221.29º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0140CB is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 64 | 203 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.20 |
| HSL | 221.29º | 0.99% | 0.4% | - |
| HSV(B) | 221.29º | 1% | 0.8% | - |
| XYZ | 12.63 | 7.99 | 57.38 | - |
| YUV | 61.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 203 | 1.00 | 0.68 | 0 | 0.20 | 221.29 | 0.99 | 0.4 |
| Hex | 1 | 40 | CB | 64 | 44 | 0 | 14 | DD | 63 | 28 |
| Octal | 1 | 100 | 313 | 144 | 104 | 0 | 24 | 335 | 143 | 50 |
| Binary | 1 | 1000000 | 11001011 | 1100100 | 1000100 | 0 | 10100 | 11011101 | 1100011 | 101000 |
Color Harmonies of #0140CB
Complementary color
Monochromatic Colors of #0140CB
Black with #0140CB
Text Example
Text Example
White with #0140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140CB; }
p { color: rgb(1,64,203); }
H1.HeaderClassName
{
color: #0140CB;
}
.AnyTagClassName
{
color: #0140CB;
}
</style>
background-color css
<style>
a { background-color: #0140CB; }
a { background-color: rgb(1,64,203); }
div.DivClassName
{
background-color: #0140CB;
}
.BgClassName
{
background-color: #0140CB;
}
</style>
border-color css
<style>
span { border-color: #0140CB; }
span { border-color: rgb(1,64,203); }
td.TdClassName
{
border-color: #0140CB;
}
.TagClassName
{
border-color: #0140CB;
}
</style>