Shades of Navy Blue #0751EE
Tints of Navy Blue #0751EE
RGB
CMYK
RGB Variations
Color information
#0751EE (or 0x0751EE) is known color: Navy Blue. HEX triplet: 07, 51 and EE. RGB value is (7,81,238). Sum of RGB (Red+Green+Blue) = 7+81+238=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #0751EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0751EE is #F8AE11. Grayscale: #4C4C4C. Windows color (decimal): -16297490 or 15618311. OLE color: 15618311.
HSL color Cylindrical-coordinate representation of color #0751EE: hue angle of 220.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0751EE is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 81 | 238 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.07 |
| HSL | 220.78º | 0.94% | 0.48% | - |
| HSV(B) | 220.78º | 0.97% | 0.93% | - |
| XYZ | 18.46 | 12.1 | 82.25 | - |
| YUV | 76.77 | 218.98 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 238 | 0.97 | 0.66 | 0 | 0.07 | 220.78 | 0.94 | 0.48 |
| Hex | 7 | 51 | EE | 61 | 42 | 0 | 7 | DD | 5E | 30 |
| Octal | 7 | 121 | 356 | 141 | 102 | 0 | 7 | 335 | 136 | 60 |
| Binary | 111 | 1010001 | 11101110 | 1100001 | 1000010 | 0 | 111 | 11011101 | 1011110 | 110000 |
Color Harmonies of #0751EE
Complementary color
Monochromatic Colors of #0751EE
Black with #0751EE
Text Example
Text Example
White with #0751EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0751EE; }
p { color: rgb(7,81,238); }
H1.HeaderClassName
{
color: #0751EE;
}
.AnyTagClassName
{
color: #0751EE;
}
</style>
background-color css
<style>
a { background-color: #0751EE; }
a { background-color: rgb(7,81,238); }
div.DivClassName
{
background-color: #0751EE;
}
.BgClassName
{
background-color: #0751EE;
}
</style>
border-color css
<style>
span { border-color: #0751EE; }
span { border-color: rgb(7,81,238); }
td.TdClassName
{
border-color: #0751EE;
}
.TagClassName
{
border-color: #0751EE;
}
</style>