Shades of Cobalt #0741BD
Tints of Cobalt #0741BD
RGB
CMYK
RGB Variations
Color information
#0741BD (or 0x0741BD) is known color: Cobalt. HEX triplet: 07, 41 and BD. RGB value is (7,65,189). Sum of RGB (Red+Green+Blue) = 7+65+189=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #0741BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0741BD is #F8BE42. Grayscale: #3D3D3D. Windows color (decimal): -16301635 or 12402951. OLE color: 12402951.
HSL color Cylindrical-coordinate representation of color #0741BD: hue angle of 220.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0741BD is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 65 | 189 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.26 |
| HSL | 220.88º | 0.93% | 0.38% | - |
| HSV(B) | 220.88º | 0.96% | 0.74% | - |
| XYZ | 11.16 | 7.5 | 49 | - |
| YUV | 61.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 189 | 0.96 | 0.66 | 0 | 0.26 | 220.88 | 0.93 | 0.38 |
| Hex | 7 | 41 | BD | 60 | 42 | 0 | 1A | DD | 5D | 26 |
| Octal | 7 | 101 | 275 | 140 | 102 | 0 | 32 | 335 | 135 | 46 |
| Binary | 111 | 1000001 | 10111101 | 1100000 | 1000010 | 0 | 11010 | 11011101 | 1011101 | 100110 |
Color Harmonies of #0741BD
Complementary color
Monochromatic Colors of #0741BD
Black with #0741BD
Text Example
Text Example
White with #0741BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0741BD; }
p { color: rgb(7,65,189); }
H1.HeaderClassName
{
color: #0741BD;
}
.AnyTagClassName
{
color: #0741BD;
}
</style>
background-color css
<style>
a { background-color: #0741BD; }
a { background-color: rgb(7,65,189); }
div.DivClassName
{
background-color: #0741BD;
}
.BgClassName
{
background-color: #0741BD;
}
</style>
border-color css
<style>
span { border-color: #0741BD; }
span { border-color: rgb(7,65,189); }
td.TdClassName
{
border-color: #0741BD;
}
.TagClassName
{
border-color: #0741BD;
}
</style>