Shades of Navy Blue #074CEF
Tints of Navy Blue #074CEF
RGB
CMYK
RGB Variations
Color information
#074CEF (or 0x074CEF) is known color: Navy Blue. HEX triplet: 07, 4C and EF. RGB value is (7,76,239). Sum of RGB (Red+Green+Blue) = 7+76+239=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #074CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CEF is #F8B310. Grayscale: #494949. Windows color (decimal): -16298769 or 15682567. OLE color: 15682567.
HSL color Cylindrical-coordinate representation of color #074CEF: hue angle of 222.16º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CEF is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 76 | 239 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.06 |
| HSL | 222.16º | 0.94% | 0.48% | - |
| HSV(B) | 222.16º | 0.97% | 0.94% | - |
| XYZ | 18.25 | 11.45 | 82.91 | - |
| YUV | 73.95 | 221.14 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 239 | 0.97 | 0.68 | 0 | 0.06 | 222.16 | 0.94 | 0.48 |
| Hex | 7 | 4C | EF | 61 | 44 | 0 | 6 | DE | 5E | 30 |
| Octal | 7 | 114 | 357 | 141 | 104 | 0 | 6 | 336 | 136 | 60 |
| Binary | 111 | 1001100 | 11101111 | 1100001 | 1000100 | 0 | 110 | 11011110 | 1011110 | 110000 |
Color Harmonies of #074CEF
Complementary color
Monochromatic Colors of #074CEF
Black with #074CEF
Text Example
Text Example
White with #074CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CEF; }
p { color: rgb(7,76,239); }
H1.HeaderClassName
{
color: #074CEF;
}
.AnyTagClassName
{
color: #074CEF;
}
</style>
background-color css
<style>
a { background-color: #074CEF; }
a { background-color: rgb(7,76,239); }
div.DivClassName
{
background-color: #074CEF;
}
.BgClassName
{
background-color: #074CEF;
}
</style>
border-color css
<style>
span { border-color: #074CEF; }
span { border-color: rgb(7,76,239); }
td.TdClassName
{
border-color: #074CEF;
}
.TagClassName
{
border-color: #074CEF;
}
</style>