Shades of Cobalt #0041BD
Tints of Cobalt #0041BD
RGB
CMYK
RGB Variations
Color information
#0041BD (or 0x0041BD) is known color: Cobalt. HEX triplet: 00, 41 and BD. RGB value is (0,65,189). Sum of RGB (Red+Green+Blue) = 0+65+189=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #0041BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041BD is #FFBE42. Grayscale: #3B3B3B. Windows color (decimal): -16760387 or 12402944. OLE color: 12402944.
HSL color Cylindrical-coordinate representation of color #0041BD: hue angle of 219.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041BD is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 65 | 189 | - |
| CMYK | 1 | 0.66 | 0 | 0.26 |
| HSL | 219.37º | 1% | 0.37% | - |
| HSV(B) | 219.37º | 1% | 0.74% | - |
| XYZ | 11.08 | 7.45 | 49 | - |
| YUV | 59.7 | 200.97 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 189 | 1 | 0.66 | 0 | 0.26 | 219.37 | 1 | 0.37 |
| Hex | 0 | 41 | BD | 64 | 42 | 0 | 1A | DB | 64 | 25 |
| Octal | 0 | 101 | 275 | 144 | 102 | 0 | 32 | 333 | 144 | 45 |
| Binary | 0 | 1000001 | 10111101 | 1100100 | 1000010 | 0 | 11010 | 11011011 | 1100100 | 100101 |
Color Harmonies of #0041BD
Complementary color
Monochromatic Colors of #0041BD
Black with #0041BD
Text Example
Text Example
White with #0041BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041BD; }
p { color: rgb(0,65,189); }
H1.HeaderClassName
{
color: #0041BD;
}
.AnyTagClassName
{
color: #0041BD;
}
</style>
background-color css
<style>
a { background-color: #0041BD; }
a { background-color: rgb(0,65,189); }
div.DivClassName
{
background-color: #0041BD;
}
.BgClassName
{
background-color: #0041BD;
}
</style>
border-color css
<style>
span { border-color: #0041BD; }
span { border-color: rgb(0,65,189); }
td.TdClassName
{
border-color: #0041BD;
}
.TagClassName
{
border-color: #0041BD;
}
</style>