Shades of Navy Blue #075EDA
Tints of Navy Blue #075EDA
RGB
CMYK
RGB Variations
Color information
#075EDA (or 0x075EDA) is known color: Navy Blue. HEX triplet: 07, 5E and DA. RGB value is (7,94,218). Sum of RGB (Red+Green+Blue) = 7+94+218=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #075EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EDA is #F8A125. Grayscale: #515151. Windows color (decimal): -16294182 or 14310919. OLE color: 14310919.
HSL color Cylindrical-coordinate representation of color #075EDA: hue angle of 215.26º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EDA is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 94 | 218 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.15 |
| HSL | 215.26º | 0.94% | 0.44% | - |
| HSV(B) | 215.26º | 0.97% | 0.85% | - |
| XYZ | 16.75 | 13.11 | 67.98 | - |
| YUV | 82.12 | 204.68 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 218 | 0.97 | 0.57 | 0 | 0.15 | 215.26 | 0.94 | 0.44 |
| Hex | 7 | 5E | DA | 61 | 39 | 0 | F | D7 | 5E | 2C |
| Octal | 7 | 136 | 332 | 141 | 71 | 0 | 17 | 327 | 136 | 54 |
| Binary | 111 | 1011110 | 11011010 | 1100001 | 111001 | 0 | 1111 | 11010111 | 1011110 | 101100 |
Color Harmonies of #075EDA
Complementary color
Monochromatic Colors of #075EDA
Black with #075EDA
Text Example
Text Example
White with #075EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075EDA; }
p { color: rgb(7,94,218); }
H1.HeaderClassName
{
color: #075EDA;
}
.AnyTagClassName
{
color: #075EDA;
}
</style>
background-color css
<style>
a { background-color: #075EDA; }
a { background-color: rgb(7,94,218); }
div.DivClassName
{
background-color: #075EDA;
}
.BgClassName
{
background-color: #075EDA;
}
</style>
border-color css
<style>
span { border-color: #075EDA; }
span { border-color: rgb(7,94,218); }
td.TdClassName
{
border-color: #075EDA;
}
.TagClassName
{
border-color: #075EDA;
}
</style>