Shades of Navy Blue #075DFE
Tints of Navy Blue #075DFE
RGB
CMYK
RGB Variations
Color information
#075DFE (or 0x075DFE) is known color: Navy Blue. HEX triplet: 07, 5D and FE. RGB value is (7,93,254). Sum of RGB (Red+Green+Blue) = 7+93+254=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #075DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075DFE is #F8A201. Grayscale: #545454. Windows color (decimal): -16294402 or 16669959. OLE color: 16669959.
HSL color Cylindrical-coordinate representation of color #075DFE: hue angle of 219.11º 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 #075DFE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 93 | 254 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.00 |
| HSL | 219.11º | 0.99% | 0.51% | - |
| HSV(B) | 219.11º | 0.97% | 1% | - |
| XYZ | 21.89 | 15.03 | 95.51 | - |
| YUV | 85.64 | 223.01 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 254 | 0.97 | 0.63 | 0 | 0.00 | 219.11 | 0.99 | 0.51 |
| Hex | 7 | 5D | FE | 61 | 3F | 0 | 0 | DB | 63 | 33 |
| Octal | 7 | 135 | 376 | 141 | 77 | 0 | 0 | 333 | 143 | 63 |
| Binary | 111 | 1011101 | 11111110 | 1100001 | 111111 | 0 | 0 | 11011011 | 1100011 | 110011 |
Color Harmonies of #075DFE
Complementary color
Monochromatic Colors of #075DFE
Black with #075DFE
Text Example
Text Example
White with #075DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DFE; }
p { color: rgb(7,93,254); }
H1.HeaderClassName
{
color: #075DFE;
}
.AnyTagClassName
{
color: #075DFE;
}
</style>
background-color css
<style>
a { background-color: #075DFE; }
a { background-color: rgb(7,93,254); }
div.DivClassName
{
background-color: #075DFE;
}
.BgClassName
{
background-color: #075DFE;
}
</style>
border-color css
<style>
span { border-color: #075DFE; }
span { border-color: rgb(7,93,254); }
td.TdClassName
{
border-color: #075DFE;
}
.TagClassName
{
border-color: #075DFE;
}
</style>