Shades of Navy Blue #075FFE
Tints of Navy Blue #075FFE
RGB
CMYK
RGB Variations
Color information
#075FFE (or 0x075FFE) is known color: Navy Blue. HEX triplet: 07, 5F and FE. RGB value is (7,95,254). Sum of RGB (Red+Green+Blue) = 7+95+254=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #075FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FFE is #F8A001. Grayscale: #565656. Windows color (decimal): -16293890 or 16670471. OLE color: 16670471.
HSL color Cylindrical-coordinate representation of color #075FFE: hue angle of 218.62º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FFE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 95 | 254 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.00 |
| HSL | 218.62º | 0.99% | 0.51% | - |
| HSV(B) | 218.62º | 0.97% | 1% | - |
| XYZ | 22.07 | 15.39 | 95.57 | - |
| YUV | 86.81 | 222.35 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 254 | 0.97 | 0.63 | 0 | 0.00 | 218.62 | 0.99 | 0.51 |
| Hex | 7 | 5F | FE | 61 | 3F | 0 | 0 | DB | 63 | 33 |
| Octal | 7 | 137 | 376 | 141 | 77 | 0 | 0 | 333 | 143 | 63 |
| Binary | 111 | 1011111 | 11111110 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100011 | 110011 |
Color Harmonies of #075FFE
Complementary color
Monochromatic Colors of #075FFE
Black with #075FFE
Text Example
Text Example
White with #075FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FFE; }
p { color: rgb(7,95,254); }
H1.HeaderClassName
{
color: #075FFE;
}
.AnyTagClassName
{
color: #075FFE;
}
</style>
background-color css
<style>
a { background-color: #075FFE; }
a { background-color: rgb(7,95,254); }
div.DivClassName
{
background-color: #075FFE;
}
.BgClassName
{
background-color: #075FFE;
}
</style>
border-color css
<style>
span { border-color: #075FFE; }
span { border-color: rgb(7,95,254); }
td.TdClassName
{
border-color: #075FFE;
}
.TagClassName
{
border-color: #075FFE;
}
</style>