Shades of Navy Blue #0745EF
Tints of Navy Blue #0745EF
RGB
CMYK
RGB Variations
Color information
#0745EF (or 0x0745EF) is known color: Navy Blue. HEX triplet: 07, 45 and EF. RGB value is (7,69,239). Sum of RGB (Red+Green+Blue) = 7+69+239=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #0745EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0745EF is #F8BA10. Grayscale: #454545. Windows color (decimal): -16300561 or 15680775. OLE color: 15680775.
HSL color Cylindrical-coordinate representation of color #0745EF: hue angle of 223.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0745EF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 69 | 239 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.06 |
| HSL | 223.97º | 0.94% | 0.48% | - |
| HSV(B) | 223.97º | 0.97% | 0.94% | - |
| XYZ | 17.8 | 10.53 | 82.76 | - |
| YUV | 69.84 | 223.46 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 239 | 0.97 | 0.71 | 0 | 0.06 | 223.97 | 0.94 | 0.48 |
| Hex | 7 | 45 | EF | 61 | 47 | 0 | 6 | E0 | 5E | 30 |
| Octal | 7 | 105 | 357 | 141 | 107 | 0 | 6 | 340 | 136 | 60 |
| Binary | 111 | 1000101 | 11101111 | 1100001 | 1000111 | 0 | 110 | 11100000 | 1011110 | 110000 |
Color Harmonies of #0745EF
Complementary color
Monochromatic Colors of #0745EF
Black with #0745EF
Text Example
Text Example
White with #0745EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0745EF; }
p { color: rgb(7,69,239); }
H1.HeaderClassName
{
color: #0745EF;
}
.AnyTagClassName
{
color: #0745EF;
}
</style>
background-color css
<style>
a { background-color: #0745EF; }
a { background-color: rgb(7,69,239); }
div.DivClassName
{
background-color: #0745EF;
}
.BgClassName
{
background-color: #0745EF;
}
</style>
border-color css
<style>
span { border-color: #0745EF; }
span { border-color: rgb(7,69,239); }
td.TdClassName
{
border-color: #0745EF;
}
.TagClassName
{
border-color: #0745EF;
}
</style>