Shades of Navy Blue #075BFF
Tints of Navy Blue #075BFF
RGB
CMYK
RGB Variations
Color information
#075BFF (or 0x075BFF) is known color: Navy Blue. HEX triplet: 07, 5B and FF. RGB value is (7,91,255). Sum of RGB (Red+Green+Blue) = 7+91+255=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #075BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075BFF is #F8A400. Grayscale: #535353. Windows color (decimal): -16294913 or 16734983. OLE color: 16734983.
HSL color Cylindrical-coordinate representation of color #075BFF: hue angle of 219.68º 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 #075BFF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 91 | 255 | - |
| CMYK | 0.97 | 0.64 | 0 | 0 |
| HSL | 219.68º | 1% | 0.51% | - |
| HSV(B) | 219.68º | 0.97% | 1% | - |
| XYZ | 21.88 | 14.75 | 96.3 | - |
| YUV | 84.58 | 224.17 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 255 | 0.97 | 0.64 | 0 | 0 | 219.68 | 1 | 0.51 |
| Hex | 7 | 5B | FF | 61 | 40 | 0 | 0 | DC | 64 | 33 |
| Octal | 7 | 133 | 377 | 141 | 100 | 0 | 0 | 334 | 144 | 63 |
| Binary | 111 | 1011011 | 11111111 | 1100001 | 1000000 | 0 | 0 | 11011100 | 1100100 | 110011 |
Color Harmonies of #075BFF
Complementary color
Monochromatic Colors of #075BFF
Black with #075BFF
Text Example
Text Example
White with #075BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BFF; }
p { color: rgb(7,91,255); }
H1.HeaderClassName
{
color: #075BFF;
}
.AnyTagClassName
{
color: #075BFF;
}
</style>
background-color css
<style>
a { background-color: #075BFF; }
a { background-color: rgb(7,91,255); }
div.DivClassName
{
background-color: #075BFF;
}
.BgClassName
{
background-color: #075BFF;
}
</style>
border-color css
<style>
span { border-color: #075BFF; }
span { border-color: rgb(7,91,255); }
td.TdClassName
{
border-color: #075BFF;
}
.TagClassName
{
border-color: #075BFF;
}
</style>