Shades of Navy Blue #074CE7
Tints of Navy Blue #074CE7
RGB
CMYK
RGB Variations
Color information
#074CE7 (or 0x074CE7) is known color: Navy Blue. HEX triplet: 07, 4C and E7. RGB value is (7,76,231). Sum of RGB (Red+Green+Blue) = 7+76+231=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 231 (90.62% from 255 or 73.57% from 314); Max value from RGB is 231 - color contains mainly: blue. Hex color #074CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CE7 is #F8B318. Grayscale: #484848. Windows color (decimal): -16298777 or 15158279. OLE color: 15158279.
HSL color Cylindrical-coordinate representation of color #074CE7: hue angle of 221.52º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CE7 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 76 | 231 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.09 |
| HSL | 221.52º | 0.94% | 0.47% | - |
| HSV(B) | 221.52º | 0.97% | 0.91% | - |
| XYZ | 17.1 | 10.98 | 76.82 | - |
| YUV | 73.04 | 217.14 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 231 | 0.97 | 0.67 | 0 | 0.09 | 221.52 | 0.94 | 0.47 |
| Hex | 7 | 4C | E7 | 61 | 43 | 0 | 9 | DE | 5E | 2F |
| Octal | 7 | 114 | 347 | 141 | 103 | 0 | 11 | 336 | 136 | 57 |
| Binary | 111 | 1001100 | 11100111 | 1100001 | 1000011 | 0 | 1001 | 11011110 | 1011110 | 101111 |
Color Harmonies of #074CE7
Complementary color
Monochromatic Colors of #074CE7
Black with #074CE7
Text Example
Text Example
White with #074CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CE7; }
p { color: rgb(7,76,231); }
H1.HeaderClassName
{
color: #074CE7;
}
.AnyTagClassName
{
color: #074CE7;
}
</style>
background-color css
<style>
a { background-color: #074CE7; }
a { background-color: rgb(7,76,231); }
div.DivClassName
{
background-color: #074CE7;
}
.BgClassName
{
background-color: #074CE7;
}
</style>
border-color css
<style>
span { border-color: #074CE7; }
span { border-color: rgb(7,76,231); }
td.TdClassName
{
border-color: #074CE7;
}
.TagClassName
{
border-color: #074CE7;
}
</style>