Shades of Navy Blue #0748EF
Tints of Navy Blue #0748EF
RGB
CMYK
RGB Variations
Color information
#0748EF (or 0x0748EF) is known color: Navy Blue. HEX triplet: 07, 48 and EF. RGB value is (7,72,239). Sum of RGB (Red+Green+Blue) = 7+72+239=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #0748EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0748EF is #F8B710. Grayscale: #464646. Windows color (decimal): -16299793 or 15681543. OLE color: 15681543.
HSL color Cylindrical-coordinate representation of color #0748EF: hue angle of 223.19º 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 #0748EF is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 72 | 239 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.06 |
| HSL | 223.19º | 0.94% | 0.48% | - |
| HSV(B) | 223.19º | 0.97% | 0.94% | - |
| XYZ | 17.98 | 10.91 | 82.82 | - |
| YUV | 71.6 | 222.47 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 239 | 0.97 | 0.70 | 0 | 0.06 | 223.19 | 0.94 | 0.48 |
| Hex | 7 | 48 | EF | 61 | 46 | 0 | 6 | DF | 5E | 30 |
| Octal | 7 | 110 | 357 | 141 | 106 | 0 | 6 | 337 | 136 | 60 |
| Binary | 111 | 1001000 | 11101111 | 1100001 | 1000110 | 0 | 110 | 11011111 | 1011110 | 110000 |
Color Harmonies of #0748EF
Complementary color
Monochromatic Colors of #0748EF
Black with #0748EF
Text Example
Text Example
White with #0748EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748EF; }
p { color: rgb(7,72,239); }
H1.HeaderClassName
{
color: #0748EF;
}
.AnyTagClassName
{
color: #0748EF;
}
</style>
background-color css
<style>
a { background-color: #0748EF; }
a { background-color: rgb(7,72,239); }
div.DivClassName
{
background-color: #0748EF;
}
.BgClassName
{
background-color: #0748EF;
}
</style>
border-color css
<style>
span { border-color: #0748EF; }
span { border-color: rgb(7,72,239); }
td.TdClassName
{
border-color: #0748EF;
}
.TagClassName
{
border-color: #0748EF;
}
</style>