Shades of Cobalt #0141BC
Tints of Cobalt #0141BC
RGB
CMYK
RGB Variations
Color information
#0141BC (or 0x0141BC) is known color: Cobalt. HEX triplet: 01, 41 and BC. RGB value is (1,65,188). Sum of RGB (Red+Green+Blue) = 1+65+188=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #0141BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141BC is #FEBE43. Grayscale: #3B3B3B. Windows color (decimal): -16694852 or 12337409. OLE color: 12337409.
HSL color Cylindrical-coordinate representation of color #0141BC: hue angle of 219.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0141BC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 65 | 188 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.26 |
| HSL | 219.47º | 0.99% | 0.37% | - |
| HSV(B) | 219.47º | 0.99% | 0.74% | - |
| XYZ | 10.98 | 7.42 | 48.43 | - |
| YUV | 59.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 188 | 0.99 | 0.65 | 0 | 0.26 | 219.47 | 0.99 | 0.37 |
| Hex | 1 | 41 | BC | 63 | 41 | 0 | 1A | DB | 63 | 25 |
| Octal | 1 | 101 | 274 | 143 | 101 | 0 | 32 | 333 | 143 | 45 |
| Binary | 1 | 1000001 | 10111100 | 1100011 | 1000001 | 0 | 11010 | 11011011 | 1100011 | 100101 |
Color Harmonies of #0141BC
Complementary color
Monochromatic Colors of #0141BC
Black with #0141BC
Text Example
Text Example
White with #0141BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0141BC; }
p { color: rgb(1,65,188); }
H1.HeaderClassName
{
color: #0141BC;
}
.AnyTagClassName
{
color: #0141BC;
}
</style>
background-color css
<style>
a { background-color: #0141BC; }
a { background-color: rgb(1,65,188); }
div.DivClassName
{
background-color: #0141BC;
}
.BgClassName
{
background-color: #0141BC;
}
</style>
border-color css
<style>
span { border-color: #0141BC; }
span { border-color: rgb(1,65,188); }
td.TdClassName
{
border-color: #0141BC;
}
.TagClassName
{
border-color: #0141BC;
}
</style>