Shades of Cobalt #074FAA
Tints of Cobalt #074FAA
RGB
CMYK
RGB Variations
Color information
#074FAA (or 0x074FAA) is known color: Cobalt. HEX triplet: 07, 4F and AA. RGB value is (7,79,170). Sum of RGB (Red+Green+Blue) = 7+79+170=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #074FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074FAA is #F8B055. Grayscale: #434343. Windows color (decimal): -16298070 or 11161351. OLE color: 11161351.
HSL color Cylindrical-coordinate representation of color #074FAA: hue angle of 213.5º 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 #074FAA is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 79 | 170 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.33 |
| HSL | 213.5º | 0.92% | 0.35% | - |
| HSV(B) | 213.5º | 0.96% | 0.67% | - |
| XYZ | 10.14 | 8.54 | 39.14 | - |
| YUV | 67.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 170 | 0.96 | 0.54 | 0 | 0.33 | 213.5 | 0.92 | 0.35 |
| Hex | 7 | 4F | AA | 60 | 36 | 0 | 21 | D5 | 5C | 23 |
| Octal | 7 | 117 | 252 | 140 | 66 | 0 | 41 | 325 | 134 | 43 |
| Binary | 111 | 1001111 | 10101010 | 1100000 | 110110 | 0 | 100001 | 11010101 | 1011100 | 100011 |
Color Harmonies of #074FAA
Complementary color
Monochromatic Colors of #074FAA
Black with #074FAA
Text Example
Text Example
White with #074FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FAA; }
p { color: rgb(7,79,170); }
H1.HeaderClassName
{
color: #074FAA;
}
.AnyTagClassName
{
color: #074FAA;
}
</style>
background-color css
<style>
a { background-color: #074FAA; }
a { background-color: rgb(7,79,170); }
div.DivClassName
{
background-color: #074FAA;
}
.BgClassName
{
background-color: #074FAA;
}
</style>
border-color css
<style>
span { border-color: #074FAA; }
span { border-color: rgb(7,79,170); }
td.TdClassName
{
border-color: #074FAA;
}
.TagClassName
{
border-color: #074FAA;
}
</style>