Shades of Navy Blue #075EE5
Tints of Navy Blue #075EE5
RGB
CMYK
RGB Variations
Color information
#075EE5 (or 0x075EE5) is known color: Navy Blue. HEX triplet: 07, 5E and E5. RGB value is (7,94,229). Sum of RGB (Red+Green+Blue) = 7+94+229=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #075EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EE5 is #F8A11A. Grayscale: #525252. Windows color (decimal): -16294171 or 15031815. OLE color: 15031815.
HSL color Cylindrical-coordinate representation of color #075EE5: hue angle of 216.49º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EE5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 94 | 229 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.10 |
| HSL | 216.49º | 0.94% | 0.46% | - |
| HSV(B) | 216.49º | 0.97% | 0.9% | - |
| XYZ | 18.23 | 13.71 | 75.81 | - |
| YUV | 83.38 | 210.18 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 229 | 0.97 | 0.59 | 0 | 0.10 | 216.49 | 0.94 | 0.46 |
| Hex | 7 | 5E | E5 | 61 | 3B | 0 | A | D8 | 5E | 2E |
| Octal | 7 | 136 | 345 | 141 | 73 | 0 | 12 | 330 | 136 | 56 |
| Binary | 111 | 1011110 | 11100101 | 1100001 | 111011 | 0 | 1010 | 11011000 | 1011110 | 101110 |
Color Harmonies of #075EE5
Complementary color
Monochromatic Colors of #075EE5
Black with #075EE5
Text Example
Text Example
White with #075EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075EE5; }
p { color: rgb(7,94,229); }
H1.HeaderClassName
{
color: #075EE5;
}
.AnyTagClassName
{
color: #075EE5;
}
</style>
background-color css
<style>
a { background-color: #075EE5; }
a { background-color: rgb(7,94,229); }
div.DivClassName
{
background-color: #075EE5;
}
.BgClassName
{
background-color: #075EE5;
}
</style>
border-color css
<style>
span { border-color: #075EE5; }
span { border-color: rgb(7,94,229); }
td.TdClassName
{
border-color: #075EE5;
}
.TagClassName
{
border-color: #075EE5;
}
</style>