Shades of Cobalt #0141BD
Tints of Cobalt #0141BD
RGB
CMYK
RGB Variations
Color information
#0141BD (or 0x0141BD) is known color: Cobalt. HEX triplet: 01, 41 and BD. RGB value is (1,65,189). Sum of RGB (Red+Green+Blue) = 1+65+189=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #0141BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141BD is #FEBE42. Grayscale: #3B3B3B. Windows color (decimal): -16694851 or 12402945. OLE color: 12402945.
HSL color Cylindrical-coordinate representation of color #0141BD: hue angle of 219.57º 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 #0141BD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 65 | 189 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.26 |
| HSL | 219.57º | 0.99% | 0.37% | - |
| HSV(B) | 219.57º | 0.99% | 0.74% | - |
| XYZ | 11.09 | 7.46 | 49 | - |
| YUV | 60 | 200.8 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 189 | 0.99 | 0.66 | 0 | 0.26 | 219.57 | 0.99 | 0.37 |
| Hex | 1 | 41 | BD | 63 | 42 | 0 | 1A | DC | 63 | 25 |
| Octal | 1 | 101 | 275 | 143 | 102 | 0 | 32 | 334 | 143 | 45 |
| Binary | 1 | 1000001 | 10111101 | 1100011 | 1000010 | 0 | 11010 | 11011100 | 1100011 | 100101 |
Color Harmonies of #0141BD
Complementary color
Monochromatic Colors of #0141BD
Black with #0141BD
Text Example
Text Example
White with #0141BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0141BD; }
p { color: rgb(1,65,189); }
H1.HeaderClassName
{
color: #0141BD;
}
.AnyTagClassName
{
color: #0141BD;
}
</style>
background-color css
<style>
a { background-color: #0141BD; }
a { background-color: rgb(1,65,189); }
div.DivClassName
{
background-color: #0141BD;
}
.BgClassName
{
background-color: #0141BD;
}
</style>
border-color css
<style>
span { border-color: #0141BD; }
span { border-color: rgb(1,65,189); }
td.TdClassName
{
border-color: #0141BD;
}
.TagClassName
{
border-color: #0141BD;
}
</style>