Shades of Cobalt #073FAA
Tints of Cobalt #073FAA
RGB
CMYK
RGB Variations
Color information
#073FAA (or 0x073FAA) is known color: Cobalt. HEX triplet: 07, 3F and AA. RGB value is (7,63,170). Sum of RGB (Red+Green+Blue) = 7+63+170=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #073FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073FAA is #F8C055. Grayscale: #393939. Windows color (decimal): -16302166 or 11157255. OLE color: 11157255.
HSL color Cylindrical-coordinate representation of color #073FAA: hue angle of 219.39º 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 #073FAA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 63 | 170 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.33 |
| HSL | 219.39º | 0.92% | 0.35% | - |
| HSV(B) | 219.39º | 0.96% | 0.67% | - |
| XYZ | 9.12 | 6.5 | 38.8 | - |
| YUV | 58.45 | 190.95 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 170 | 0.96 | 0.63 | 0 | 0.33 | 219.39 | 0.92 | 0.35 |
| Hex | 7 | 3F | AA | 60 | 3F | 0 | 21 | DB | 5C | 23 |
| Octal | 7 | 77 | 252 | 140 | 77 | 0 | 41 | 333 | 134 | 43 |
| Binary | 111 | 111111 | 10101010 | 1100000 | 111111 | 0 | 100001 | 11011011 | 1011100 | 100011 |
Color Harmonies of #073FAA
Complementary color
Monochromatic Colors of #073FAA
Black with #073FAA
Text Example
Text Example
White with #073FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FAA; }
p { color: rgb(7,63,170); }
H1.HeaderClassName
{
color: #073FAA;
}
.AnyTagClassName
{
color: #073FAA;
}
</style>
background-color css
<style>
a { background-color: #073FAA; }
a { background-color: rgb(7,63,170); }
div.DivClassName
{
background-color: #073FAA;
}
.BgClassName
{
background-color: #073FAA;
}
</style>
border-color css
<style>
span { border-color: #073FAA; }
span { border-color: rgb(7,63,170); }
td.TdClassName
{
border-color: #073FAA;
}
.TagClassName
{
border-color: #073FAA;
}
</style>