Shades of Navy Blue #074EFC
Tints of Navy Blue #074EFC
RGB
CMYK
RGB Variations
Color information
#074EFC (or 0x074EFC) is known color: Navy Blue. HEX triplet: 07, 4E and FC. RGB value is (7,78,252). Sum of RGB (Red+Green+Blue) = 7+78+252=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #074EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074EFC is #F8B103. Grayscale: #4B4B4B. Windows color (decimal): -16298244 or 16535047. OLE color: 16535047.
HSL color Cylindrical-coordinate representation of color #074EFC: hue angle of 222.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EFC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 78 | 252 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.01 |
| HSL | 222.61º | 0.98% | 0.51% | - |
| HSV(B) | 222.61º | 0.97% | 0.99% | - |
| XYZ | 20.38 | 12.52 | 93.44 | - |
| YUV | 76.61 | 226.98 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 252 | 0.97 | 0.69 | 0 | 0.01 | 222.61 | 0.98 | 0.51 |
| Hex | 7 | 4E | FC | 61 | 45 | 0 | 1 | DF | 62 | 33 |
| Octal | 7 | 116 | 374 | 141 | 105 | 0 | 1 | 337 | 142 | 63 |
| Binary | 111 | 1001110 | 11111100 | 1100001 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #074EFC
Complementary color
Monochromatic Colors of #074EFC
Black with #074EFC
Text Example
Text Example
White with #074EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EFC; }
p { color: rgb(7,78,252); }
H1.HeaderClassName
{
color: #074EFC;
}
.AnyTagClassName
{
color: #074EFC;
}
</style>
background-color css
<style>
a { background-color: #074EFC; }
a { background-color: rgb(7,78,252); }
div.DivClassName
{
background-color: #074EFC;
}
.BgClassName
{
background-color: #074EFC;
}
</style>
border-color css
<style>
span { border-color: #074EFC; }
span { border-color: rgb(7,78,252); }
td.TdClassName
{
border-color: #074EFC;
}
.TagClassName
{
border-color: #074EFC;
}
</style>