Shades of Cobalt #0140BF
Tints of Cobalt #0140BF
RGB
CMYK
RGB Variations
Color information
#0140BF (or 0x0140BF) is known color: Cobalt. HEX triplet: 01, 40 and BF. RGB value is (1,64,191). Sum of RGB (Red+Green+Blue) = 1+64+191=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #0140BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140BF is #FEBF40. Grayscale: #3B3B3B. Windows color (decimal): -16695105 or 12533761. OLE color: 12533761.
HSL color Cylindrical-coordinate representation of color #0140BF: hue angle of 220.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0140BF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 64 | 191 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.25 |
| HSL | 220.11º | 0.99% | 0.38% | - |
| HSV(B) | 220.11º | 0.99% | 0.75% | - |
| XYZ | 11.25 | 7.43 | 50.13 | - |
| YUV | 59.64 | 202.13 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 191 | 0.99 | 0.66 | 0 | 0.25 | 220.11 | 0.99 | 0.38 |
| Hex | 1 | 40 | BF | 63 | 42 | 0 | 19 | DC | 63 | 26 |
| Octal | 1 | 100 | 277 | 143 | 102 | 0 | 31 | 334 | 143 | 46 |
| Binary | 1 | 1000000 | 10111111 | 1100011 | 1000010 | 0 | 11001 | 11011100 | 1100011 | 100110 |
Color Harmonies of #0140BF
Complementary color
Monochromatic Colors of #0140BF
Black with #0140BF
Text Example
Text Example
White with #0140BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140BF; }
p { color: rgb(1,64,191); }
H1.HeaderClassName
{
color: #0140BF;
}
.AnyTagClassName
{
color: #0140BF;
}
</style>
background-color css
<style>
a { background-color: #0140BF; }
a { background-color: rgb(1,64,191); }
div.DivClassName
{
background-color: #0140BF;
}
.BgClassName
{
background-color: #0140BF;
}
</style>
border-color css
<style>
span { border-color: #0140BF; }
span { border-color: rgb(1,64,191); }
td.TdClassName
{
border-color: #0140BF;
}
.TagClassName
{
border-color: #0140BF;
}
</style>