Shades of Navy Blue #075FFF
Tints of Navy Blue #075FFF
RGB
CMYK
RGB Variations
Color information
#075FFF (or 0x075FFF) is known color: Navy Blue. HEX triplet: 07, 5F and FF. RGB value is (7,95,255). Sum of RGB (Red+Green+Blue) = 7+95+255=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #075FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FFF is #F8A000. Grayscale: #565656. Windows color (decimal): -16293889 or 16736007. OLE color: 16736007.
HSL color Cylindrical-coordinate representation of color #075FFF: hue angle of 218.71º 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 #075FFF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 95 | 255 | - |
| CMYK | 0.97 | 0.63 | 0 | 0 |
| HSL | 218.71º | 1% | 0.51% | - |
| HSV(B) | 218.71º | 0.97% | 1% | - |
| XYZ | 22.23 | 15.45 | 96.42 | - |
| YUV | 86.93 | 222.85 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 255 | 0.97 | 0.63 | 0 | 0 | 218.71 | 1 | 0.51 |
| Hex | 7 | 5F | FF | 61 | 3F | 0 | 0 | DB | 64 | 33 |
| Octal | 7 | 137 | 377 | 141 | 77 | 0 | 0 | 333 | 144 | 63 |
| Binary | 111 | 1011111 | 11111111 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100100 | 110011 |
Color Harmonies of #075FFF
Complementary color
Monochromatic Colors of #075FFF
Black with #075FFF
Text Example
Text Example
White with #075FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FFF; }
p { color: rgb(7,95,255); }
H1.HeaderClassName
{
color: #075FFF;
}
.AnyTagClassName
{
color: #075FFF;
}
</style>
background-color css
<style>
a { background-color: #075FFF; }
a { background-color: rgb(7,95,255); }
div.DivClassName
{
background-color: #075FFF;
}
.BgClassName
{
background-color: #075FFF;
}
</style>
border-color css
<style>
span { border-color: #075FFF; }
span { border-color: rgb(7,95,255); }
td.TdClassName
{
border-color: #075FFF;
}
.TagClassName
{
border-color: #075FFF;
}
</style>