Shades of Navy Blue #0754E9
Tints of Navy Blue #0754E9
RGB
CMYK
RGB Variations
Color information
#0754E9 (or 0x0754E9) is known color: Navy Blue. HEX triplet: 07, 54 and E9. RGB value is (7,84,233). Sum of RGB (Red+Green+Blue) = 7+84+233=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #0754E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0754E9 is #F8AB16. Grayscale: #4D4D4D. Windows color (decimal): -16296727 or 15291399. OLE color: 15291399.
HSL color Cylindrical-coordinate representation of color #0754E9: hue angle of 219.56º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0754E9 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 84 | 233 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.09 |
| HSL | 219.56º | 0.94% | 0.47% | - |
| HSV(B) | 219.56º | 0.97% | 0.91% | - |
| XYZ | 17.97 | 12.27 | 78.51 | - |
| YUV | 77.96 | 215.49 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 233 | 0.97 | 0.64 | 0 | 0.09 | 219.56 | 0.94 | 0.47 |
| Hex | 7 | 54 | E9 | 61 | 40 | 0 | 9 | DC | 5E | 2F |
| Octal | 7 | 124 | 351 | 141 | 100 | 0 | 11 | 334 | 136 | 57 |
| Binary | 111 | 1010100 | 11101001 | 1100001 | 1000000 | 0 | 1001 | 11011100 | 1011110 | 101111 |
Color Harmonies of #0754E9
Complementary color
Monochromatic Colors of #0754E9
Black with #0754E9
Text Example
Text Example
White with #0754E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0754E9; }
p { color: rgb(7,84,233); }
H1.HeaderClassName
{
color: #0754E9;
}
.AnyTagClassName
{
color: #0754E9;
}
</style>
background-color css
<style>
a { background-color: #0754E9; }
a { background-color: rgb(7,84,233); }
div.DivClassName
{
background-color: #0754E9;
}
.BgClassName
{
background-color: #0754E9;
}
</style>
border-color css
<style>
span { border-color: #0754E9; }
span { border-color: rgb(7,84,233); }
td.TdClassName
{
border-color: #0754E9;
}
.TagClassName
{
border-color: #0754E9;
}
</style>