Shades of Navy Blue #075EE0
Tints of Navy Blue #075EE0
RGB
CMYK
RGB Variations
Color information
#075EE0 (or 0x075EE0) is known color: Navy Blue. HEX triplet: 07, 5E and E0. RGB value is (7,94,224). Sum of RGB (Red+Green+Blue) = 7+94+224=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #075EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EE0 is #F8A11F. Grayscale: #525252. Windows color (decimal): -16294176 or 14704135. OLE color: 14704135.
HSL color Cylindrical-coordinate representation of color #075EE0: hue angle of 215.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EE0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 94 | 224 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.12 |
| HSL | 215.94º | 0.94% | 0.45% | - |
| HSV(B) | 215.94º | 0.97% | 0.88% | - |
| XYZ | 17.54 | 13.43 | 72.19 | - |
| YUV | 82.81 | 207.68 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 224 | 0.97 | 0.58 | 0 | 0.12 | 215.94 | 0.94 | 0.45 |
| Hex | 7 | 5E | E0 | 61 | 3A | 0 | C | D8 | 5E | 2D |
| Octal | 7 | 136 | 340 | 141 | 72 | 0 | 14 | 330 | 136 | 55 |
| Binary | 111 | 1011110 | 11100000 | 1100001 | 111010 | 0 | 1100 | 11011000 | 1011110 | 101101 |
Color Harmonies of #075EE0
Complementary color
Monochromatic Colors of #075EE0
Black with #075EE0
Text Example
Text Example
White with #075EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075EE0; }
p { color: rgb(7,94,224); }
H1.HeaderClassName
{
color: #075EE0;
}
.AnyTagClassName
{
color: #075EE0;
}
</style>
background-color css
<style>
a { background-color: #075EE0; }
a { background-color: rgb(7,94,224); }
div.DivClassName
{
background-color: #075EE0;
}
.BgClassName
{
background-color: #075EE0;
}
</style>
border-color css
<style>
span { border-color: #075EE0; }
span { border-color: rgb(7,94,224); }
td.TdClassName
{
border-color: #075EE0;
}
.TagClassName
{
border-color: #075EE0;
}
</style>