Shades of Cobalt #074AAF
Tints of Cobalt #074AAF
RGB
CMYK
RGB Variations
Color information
#074AAF (or 0x074AAF) is known color: Cobalt. HEX triplet: 07, 4A and AF. RGB value is (7,74,175). Sum of RGB (Red+Green+Blue) = 7+74+175=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #074AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AAF is #F8B550. Grayscale: #414141. Windows color (decimal): -16299345 or 11487751. OLE color: 11487751.
HSL color Cylindrical-coordinate representation of color #074AAF: hue angle of 216.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AAF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 74 | 175 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.31 |
| HSL | 216.07º | 0.92% | 0.36% | - |
| HSV(B) | 216.07º | 0.96% | 0.69% | - |
| XYZ | 10.27 | 8.04 | 41.57 | - |
| YUV | 65.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 175 | 0.96 | 0.58 | 0 | 0.31 | 216.07 | 0.92 | 0.36 |
| Hex | 7 | 4A | AF | 60 | 3A | 0 | 1F | D8 | 5C | 24 |
| Octal | 7 | 112 | 257 | 140 | 72 | 0 | 37 | 330 | 134 | 44 |
| Binary | 111 | 1001010 | 10101111 | 1100000 | 111010 | 0 | 11111 | 11011000 | 1011100 | 100100 |
Color Harmonies of #074AAF
Complementary color
Monochromatic Colors of #074AAF
Black with #074AAF
Text Example
Text Example
White with #074AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AAF; }
p { color: rgb(7,74,175); }
H1.HeaderClassName
{
color: #074AAF;
}
.AnyTagClassName
{
color: #074AAF;
}
</style>
background-color css
<style>
a { background-color: #074AAF; }
a { background-color: rgb(7,74,175); }
div.DivClassName
{
background-color: #074AAF;
}
.BgClassName
{
background-color: #074AAF;
}
</style>
border-color css
<style>
span { border-color: #074AAF; }
span { border-color: rgb(7,74,175); }
td.TdClassName
{
border-color: #074AAF;
}
.TagClassName
{
border-color: #074AAF;
}
</style>