Shades of Cobalt #073DAC
Tints of Cobalt #073DAC
RGB
CMYK
RGB Variations
Color information
#073DAC (or 0x073DAC) is known color: Cobalt. HEX triplet: 07, 3D and AC. RGB value is (7,61,172). Sum of RGB (Red+Green+Blue) = 7+61+172=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #073DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073DAC is #F8C253. Grayscale: #393939. Windows color (decimal): -16302676 or 11287815. OLE color: 11287815.
HSL color Cylindrical-coordinate representation of color #073DAC: hue angle of 220.36º 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 #073DAC is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 61 | 172 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.33 |
| HSL | 220.36º | 0.92% | 0.35% | - |
| HSV(B) | 220.36º | 0.96% | 0.67% | - |
| XYZ | 9.2 | 6.36 | 39.77 | - |
| YUV | 57.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 172 | 0.96 | 0.65 | 0 | 0.33 | 220.36 | 0.92 | 0.35 |
| Hex | 7 | 3D | AC | 60 | 41 | 0 | 21 | DC | 5C | 23 |
| Octal | 7 | 75 | 254 | 140 | 101 | 0 | 41 | 334 | 134 | 43 |
| Binary | 111 | 111101 | 10101100 | 1100000 | 1000001 | 0 | 100001 | 11011100 | 1011100 | 100011 |
Color Harmonies of #073DAC
Complementary color
Monochromatic Colors of #073DAC
Black with #073DAC
Text Example
Text Example
White with #073DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DAC; }
p { color: rgb(7,61,172); }
H1.HeaderClassName
{
color: #073DAC;
}
.AnyTagClassName
{
color: #073DAC;
}
</style>
background-color css
<style>
a { background-color: #073DAC; }
a { background-color: rgb(7,61,172); }
div.DivClassName
{
background-color: #073DAC;
}
.BgClassName
{
background-color: #073DAC;
}
</style>
border-color css
<style>
span { border-color: #073DAC; }
span { border-color: rgb(7,61,172); }
td.TdClassName
{
border-color: #073DAC;
}
.TagClassName
{
border-color: #073DAC;
}
</style>