Shades of Cobalt #073DAB
Tints of Cobalt #073DAB
RGB
CMYK
RGB Variations
Color information
#073DAB (or 0x073DAB) is known color: Cobalt. HEX triplet: 07, 3D and AB. RGB value is (7,61,171). Sum of RGB (Red+Green+Blue) = 7+61+171=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #073DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073DAB is #F8C254. Grayscale: #383838. Windows color (decimal): -16302677 or 11222279. OLE color: 11222279.
HSL color Cylindrical-coordinate representation of color #073DAB: hue angle of 220.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073DAB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 61 | 171 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.33 |
| HSL | 220.24º | 0.92% | 0.35% | - |
| HSV(B) | 220.24º | 0.96% | 0.67% | - |
| XYZ | 9.11 | 6.32 | 39.27 | - |
| YUV | 57.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 171 | 0.96 | 0.64 | 0 | 0.33 | 220.24 | 0.92 | 0.35 |
| Hex | 7 | 3D | AB | 60 | 40 | 0 | 21 | DC | 5C | 23 |
| Octal | 7 | 75 | 253 | 140 | 100 | 0 | 41 | 334 | 134 | 43 |
| Binary | 111 | 111101 | 10101011 | 1100000 | 1000000 | 0 | 100001 | 11011100 | 1011100 | 100011 |
Color Harmonies of #073DAB
Complementary color
Monochromatic Colors of #073DAB
Black with #073DAB
Text Example
Text Example
White with #073DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DAB; }
p { color: rgb(7,61,171); }
H1.HeaderClassName
{
color: #073DAB;
}
.AnyTagClassName
{
color: #073DAB;
}
</style>
background-color css
<style>
a { background-color: #073DAB; }
a { background-color: rgb(7,61,171); }
div.DivClassName
{
background-color: #073DAB;
}
.BgClassName
{
background-color: #073DAB;
}
</style>
border-color css
<style>
span { border-color: #073DAB; }
span { border-color: rgb(7,61,171); }
td.TdClassName
{
border-color: #073DAB;
}
.TagClassName
{
border-color: #073DAB;
}
</style>