Shades of Navy Blue #075EFF
Tints of Navy Blue #075EFF
RGB
CMYK
RGB Variations
Color information
#075EFF (or 0x075EFF) is known color: Navy Blue. HEX triplet: 07, 5E and FF. RGB value is (7,94,255). Sum of RGB (Red+Green+Blue) = 7+94+255=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #075EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075EFF is #F8A100. Grayscale: #555555. Windows color (decimal): -16294145 or 16735751. OLE color: 16735751.
HSL color Cylindrical-coordinate representation of color #075EFF: hue angle of 218.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EFF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 94 | 255 | - |
| CMYK | 0.97 | 0.63 | 0 | 0 |
| HSL | 218.95º | 1% | 0.51% | - |
| HSV(B) | 218.95º | 0.97% | 1% | - |
| XYZ | 22.14 | 15.27 | 96.39 | - |
| YUV | 86.34 | 223.18 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 255 | 0.97 | 0.63 | 0 | 0 | 218.95 | 1 | 0.51 |
| Hex | 7 | 5E | FF | 61 | 3F | 0 | 0 | DB | 64 | 33 |
| Octal | 7 | 136 | 377 | 141 | 77 | 0 | 0 | 333 | 144 | 63 |
| Binary | 111 | 1011110 | 11111111 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100100 | 110011 |
Color Harmonies of #075EFF
Complementary color
Monochromatic Colors of #075EFF
Black with #075EFF
Text Example
Text Example
White with #075EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075EFF; }
p { color: rgb(7,94,255); }
H1.HeaderClassName
{
color: #075EFF;
}
.AnyTagClassName
{
color: #075EFF;
}
</style>
background-color css
<style>
a { background-color: #075EFF; }
a { background-color: rgb(7,94,255); }
div.DivClassName
{
background-color: #075EFF;
}
.BgClassName
{
background-color: #075EFF;
}
</style>
border-color css
<style>
span { border-color: #075EFF; }
span { border-color: rgb(7,94,255); }
td.TdClassName
{
border-color: #075EFF;
}
.TagClassName
{
border-color: #075EFF;
}
</style>