Shades of Navy Blue #075ED3
Tints of Navy Blue #075ED3
RGB
CMYK
RGB Variations
Color information
#075ED3 (or 0x075ED3) is known color: Navy Blue. HEX triplet: 07, 5E and D3. RGB value is (7,94,211). Sum of RGB (Red+Green+Blue) = 7+94+211=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 211 (82.81% from 255 or 67.63% from 312); Max value from RGB is 211 - color contains mainly: blue. Hex color #075ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ED3 is #F8A12C. Grayscale: #505050. Windows color (decimal): -16294189 or 13852167. OLE color: 13852167.
HSL color Cylindrical-coordinate representation of color #075ED3: hue angle of 214.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075ED3 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 7 | 94 | 211 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.17 |
| HSL | 214.41º | 0.94% | 0.43% | - |
| HSV(B) | 214.41º | 0.97% | 0.83% | - |
| XYZ | 15.85 | 12.75 | 63.25 | - |
| YUV | 81.33 | 201.18 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 211 | 0.97 | 0.55 | 0 | 0.17 | 214.41 | 0.94 | 0.43 |
| Hex | 7 | 5E | D3 | 61 | 37 | 0 | 11 | D6 | 5E | 2B |
| Octal | 7 | 136 | 323 | 141 | 67 | 0 | 21 | 326 | 136 | 53 |
| Binary | 111 | 1011110 | 11010011 | 1100001 | 110111 | 0 | 10001 | 11010110 | 1011110 | 101011 |
Color Harmonies of #075ED3
Complementary color
Monochromatic Colors of #075ED3
Black with #075ED3
Text Example
Text Example
White with #075ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075ED3; }
p { color: rgb(7,94,211); }
H1.HeaderClassName
{
color: #075ED3;
}
.AnyTagClassName
{
color: #075ED3;
}
</style>
background-color css
<style>
a { background-color: #075ED3; }
a { background-color: rgb(7,94,211); }
div.DivClassName
{
background-color: #075ED3;
}
.BgClassName
{
background-color: #075ED3;
}
</style>
border-color css
<style>
span { border-color: #075ED3; }
span { border-color: rgb(7,94,211); }
td.TdClassName
{
border-color: #075ED3;
}
.TagClassName
{
border-color: #075ED3;
}
</style>