Shades of Navy Blue #074ACF
Tints of Navy Blue #074ACF
RGB
CMYK
RGB Variations
Color information
#074ACF (or 0x074ACF) is known color: Navy Blue. HEX triplet: 07, 4A and CF. RGB value is (7,74,207). Sum of RGB (Red+Green+Blue) = 7+74+207=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #074ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ACF is #F8B530. Grayscale: #444444. Windows color (decimal): -16299313 or 13584903. OLE color: 13584903.
HSL color Cylindrical-coordinate representation of color #074ACF: hue angle of 219.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074ACF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 74 | 207 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.19 |
| HSL | 219.9º | 0.93% | 0.42% | - |
| HSV(B) | 219.9º | 0.97% | 0.81% | - |
| XYZ | 13.8 | 9.45 | 60.13 | - |
| YUV | 69.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 207 | 0.97 | 0.64 | 0 | 0.19 | 219.9 | 0.93 | 0.42 |
| Hex | 7 | 4A | CF | 61 | 40 | 0 | 13 | DC | 5D | 2A |
| Octal | 7 | 112 | 317 | 141 | 100 | 0 | 23 | 334 | 135 | 52 |
| Binary | 111 | 1001010 | 11001111 | 1100001 | 1000000 | 0 | 10011 | 11011100 | 1011101 | 101010 |
Color Harmonies of #074ACF
Complementary color
Monochromatic Colors of #074ACF
Black with #074ACF
Text Example
Text Example
White with #074ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074ACF; }
p { color: rgb(7,74,207); }
H1.HeaderClassName
{
color: #074ACF;
}
.AnyTagClassName
{
color: #074ACF;
}
</style>
background-color css
<style>
a { background-color: #074ACF; }
a { background-color: rgb(7,74,207); }
div.DivClassName
{
background-color: #074ACF;
}
.BgClassName
{
background-color: #074ACF;
}
</style>
border-color css
<style>
span { border-color: #074ACF; }
span { border-color: rgb(7,74,207); }
td.TdClassName
{
border-color: #074ACF;
}
.TagClassName
{
border-color: #074ACF;
}
</style>