Shades of Navy Blue #075FFB
Tints of Navy Blue #075FFB
RGB
CMYK
RGB Variations
Color information
#075FFB (or 0x075FFB) is known color: Navy Blue. HEX triplet: 07, 5F and FB. RGB value is (7,95,251). Sum of RGB (Red+Green+Blue) = 7+95+251=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #075FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FFB is #F8A004. Grayscale: #555555. Windows color (decimal): -16293893 or 16473863. OLE color: 16473863.
HSL color Cylindrical-coordinate representation of color #075FFB: hue angle of 218.36º 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 #075FFB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 95 | 251 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.02 |
| HSL | 218.36º | 0.97% | 0.51% | - |
| HSV(B) | 218.36º | 0.97% | 0.98% | - |
| XYZ | 21.59 | 15.19 | 93.06 | - |
| YUV | 86.47 | 220.85 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 251 | 0.97 | 0.62 | 0 | 0.02 | 218.36 | 0.97 | 0.51 |
| Hex | 7 | 5F | FB | 61 | 3E | 0 | 2 | DA | 61 | 33 |
| Octal | 7 | 137 | 373 | 141 | 76 | 0 | 2 | 332 | 141 | 63 |
| Binary | 111 | 1011111 | 11111011 | 1100001 | 111110 | 0 | 10 | 11011010 | 1100001 | 110011 |
Color Harmonies of #075FFB
Complementary color
Monochromatic Colors of #075FFB
Black with #075FFB
Text Example
Text Example
White with #075FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FFB; }
p { color: rgb(7,95,251); }
H1.HeaderClassName
{
color: #075FFB;
}
.AnyTagClassName
{
color: #075FFB;
}
</style>
background-color css
<style>
a { background-color: #075FFB; }
a { background-color: rgb(7,95,251); }
div.DivClassName
{
background-color: #075FFB;
}
.BgClassName
{
background-color: #075FFB;
}
</style>
border-color css
<style>
span { border-color: #075FFB; }
span { border-color: rgb(7,95,251); }
td.TdClassName
{
border-color: #075FFB;
}
.TagClassName
{
border-color: #075FFB;
}
</style>