Shades of Navy Blue #0750FE
Tints of Navy Blue #0750FE
RGB
CMYK
RGB Variations
Color information
#0750FE (or 0x0750FE) is known color: Navy Blue. HEX triplet: 07, 50 and FE. RGB value is (7,80,254). Sum of RGB (Red+Green+Blue) = 7+80+254=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #0750FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0750FE is #F8AF01. Grayscale: #4D4D4D. Windows color (decimal): -16297730 or 16666631. OLE color: 16666631.
HSL color Cylindrical-coordinate representation of color #0750FE: hue angle of 222.27º 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 #0750FE is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 80 | 254 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.00 |
| HSL | 222.27º | 0.99% | 0.51% | - |
| HSV(B) | 222.27º | 0.97% | 1% | - |
| XYZ | 20.85 | 12.94 | 95.16 | - |
| YUV | 78.01 | 227.32 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 254 | 0.97 | 0.69 | 0 | 0.00 | 222.27 | 0.99 | 0.51 |
| Hex | 7 | 50 | FE | 61 | 45 | 0 | 0 | DE | 63 | 33 |
| Octal | 7 | 120 | 376 | 141 | 105 | 0 | 0 | 336 | 143 | 63 |
| Binary | 111 | 1010000 | 11111110 | 1100001 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #0750FE
Complementary color
Monochromatic Colors of #0750FE
Black with #0750FE
Text Example
Text Example
White with #0750FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750FE; }
p { color: rgb(7,80,254); }
H1.HeaderClassName
{
color: #0750FE;
}
.AnyTagClassName
{
color: #0750FE;
}
</style>
background-color css
<style>
a { background-color: #0750FE; }
a { background-color: rgb(7,80,254); }
div.DivClassName
{
background-color: #0750FE;
}
.BgClassName
{
background-color: #0750FE;
}
</style>
border-color css
<style>
span { border-color: #0750FE; }
span { border-color: rgb(7,80,254); }
td.TdClassName
{
border-color: #0750FE;
}
.TagClassName
{
border-color: #0750FE;
}
</style>