Shades of Cobalt #073DB6
Tints of Cobalt #073DB6
RGB
CMYK
RGB Variations
Color information
#073DB6 (or 0x073DB6) is known color: Cobalt. HEX triplet: 07, 3D and B6. RGB value is (7,61,182). Sum of RGB (Red+Green+Blue) = 7+61+182=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #073DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DB6 is #F8C249. Grayscale: #3A3A3A. Windows color (decimal): -16302666 or 11943175. OLE color: 11943175.
HSL color Cylindrical-coordinate representation of color #073DB6: hue angle of 221.49º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073DB6 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 61 | 182 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.29 |
| HSL | 221.49º | 0.93% | 0.37% | - |
| HSV(B) | 221.49º | 0.96% | 0.71% | - |
| XYZ | 10.2 | 6.76 | 45.02 | - |
| YUV | 58.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 182 | 0.96 | 0.66 | 0 | 0.29 | 221.49 | 0.93 | 0.37 |
| Hex | 7 | 3D | B6 | 60 | 42 | 0 | 1D | DD | 5D | 25 |
| Octal | 7 | 75 | 266 | 140 | 102 | 0 | 35 | 335 | 135 | 45 |
| Binary | 111 | 111101 | 10110110 | 1100000 | 1000010 | 0 | 11101 | 11011101 | 1011101 | 100101 |
Color Harmonies of #073DB6
Complementary color
Monochromatic Colors of #073DB6
Black with #073DB6
Text Example
Text Example
White with #073DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DB6; }
p { color: rgb(7,61,182); }
H1.HeaderClassName
{
color: #073DB6;
}
.AnyTagClassName
{
color: #073DB6;
}
</style>
background-color css
<style>
a { background-color: #073DB6; }
a { background-color: rgb(7,61,182); }
div.DivClassName
{
background-color: #073DB6;
}
.BgClassName
{
background-color: #073DB6;
}
</style>
border-color css
<style>
span { border-color: #073DB6; }
span { border-color: rgb(7,61,182); }
td.TdClassName
{
border-color: #073DB6;
}
.TagClassName
{
border-color: #073DB6;
}
</style>