Shades of Navy Blue #075BFB
Tints of Navy Blue #075BFB
RGB
CMYK
RGB Variations
Color information
#075BFB (or 0x075BFB) is known color: Navy Blue. HEX triplet: 07, 5B and FB. RGB value is (7,91,251). Sum of RGB (Red+Green+Blue) = 7+91+251=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #075BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075BFB is #F8A404. Grayscale: #535353. Windows color (decimal): -16294917 or 16472839. OLE color: 16472839.
HSL color Cylindrical-coordinate representation of color #075BFB: hue angle of 219.34º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075BFB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 91 | 251 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.02 |
| HSL | 219.34º | 0.97% | 0.51% | - |
| HSV(B) | 219.34º | 0.97% | 0.98% | - |
| XYZ | 21.24 | 14.49 | 92.94 | - |
| YUV | 84.12 | 222.17 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 251 | 0.97 | 0.64 | 0 | 0.02 | 219.34 | 0.97 | 0.51 |
| Hex | 7 | 5B | FB | 61 | 40 | 0 | 2 | DB | 61 | 33 |
| Octal | 7 | 133 | 373 | 141 | 100 | 0 | 2 | 333 | 141 | 63 |
| Binary | 111 | 1011011 | 11111011 | 1100001 | 1000000 | 0 | 10 | 11011011 | 1100001 | 110011 |
Color Harmonies of #075BFB
Complementary color
Monochromatic Colors of #075BFB
Black with #075BFB
Text Example
Text Example
White with #075BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BFB; }
p { color: rgb(7,91,251); }
H1.HeaderClassName
{
color: #075BFB;
}
.AnyTagClassName
{
color: #075BFB;
}
</style>
background-color css
<style>
a { background-color: #075BFB; }
a { background-color: rgb(7,91,251); }
div.DivClassName
{
background-color: #075BFB;
}
.BgClassName
{
background-color: #075BFB;
}
</style>
border-color css
<style>
span { border-color: #075BFB; }
span { border-color: rgb(7,91,251); }
td.TdClassName
{
border-color: #075BFB;
}
.TagClassName
{
border-color: #075BFB;
}
</style>