Shades of Navy Blue #074CF6
Tints of Navy Blue #074CF6
RGB
CMYK
RGB Variations
Color information
#074CF6 (or 0x074CF6) is known color: Navy Blue. HEX triplet: 07, 4C and F6. RGB value is (7,76,246). Sum of RGB (Red+Green+Blue) = 7+76+246=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #074CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CF6 is #F8B309. Grayscale: #4A4A4A. Windows color (decimal): -16298762 or 16141319. OLE color: 16141319.
HSL color Cylindrical-coordinate representation of color #074CF6: hue angle of 222.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CF6 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 76 | 246 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.04 |
| HSL | 222.68º | 0.94% | 0.5% | - |
| HSV(B) | 222.68º | 0.97% | 0.96% | - |
| XYZ | 19.31 | 11.87 | 88.46 | - |
| YUV | 74.75 | 224.64 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 246 | 0.97 | 0.69 | 0 | 0.04 | 222.68 | 0.94 | 0.5 |
| Hex | 7 | 4C | F6 | 61 | 45 | 0 | 4 | DF | 5E | 32 |
| Octal | 7 | 114 | 366 | 141 | 105 | 0 | 4 | 337 | 136 | 62 |
| Binary | 111 | 1001100 | 11110110 | 1100001 | 1000101 | 0 | 100 | 11011111 | 1011110 | 110010 |
Color Harmonies of #074CF6
Complementary color
Monochromatic Colors of #074CF6
Black with #074CF6
Text Example
Text Example
White with #074CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CF6; }
p { color: rgb(7,76,246); }
H1.HeaderClassName
{
color: #074CF6;
}
.AnyTagClassName
{
color: #074CF6;
}
</style>
background-color css
<style>
a { background-color: #074CF6; }
a { background-color: rgb(7,76,246); }
div.DivClassName
{
background-color: #074CF6;
}
.BgClassName
{
background-color: #074CF6;
}
</style>
border-color css
<style>
span { border-color: #074CF6; }
span { border-color: rgb(7,76,246); }
td.TdClassName
{
border-color: #074CF6;
}
.TagClassName
{
border-color: #074CF6;
}
</style>