Shades of Navy Blue #0746F1
Tints of Navy Blue #0746F1
RGB
CMYK
RGB Variations
Color information
#0746F1 (or 0x0746F1) is known color: Navy Blue. HEX triplet: 07, 46 and F1. RGB value is (7,70,241). Sum of RGB (Red+Green+Blue) = 7+70+241=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 241 (94.53% from 255 or 75.79% from 318); Max value from RGB is 241 - color contains mainly: blue. Hex color #0746F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0746F1 is #F8B90E. Grayscale: #454545. Windows color (decimal): -16300303 or 15812103. OLE color: 15812103.
HSL color Cylindrical-coordinate representation of color #0746F1: hue angle of 223.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0746F1 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 70 | 241 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.05 |
| HSL | 223.85º | 0.94% | 0.49% | - |
| HSV(B) | 223.85º | 0.97% | 0.95% | - |
| XYZ | 18.15 | 10.78 | 84.34 | - |
| YUV | 70.66 | 224.13 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 241 | 0.97 | 0.71 | 0 | 0.05 | 223.85 | 0.94 | 0.49 |
| Hex | 7 | 46 | F1 | 61 | 47 | 0 | 5 | E0 | 5E | 31 |
| Octal | 7 | 106 | 361 | 141 | 107 | 0 | 5 | 340 | 136 | 61 |
| Binary | 111 | 1000110 | 11110001 | 1100001 | 1000111 | 0 | 101 | 11100000 | 1011110 | 110001 |
Color Harmonies of #0746F1
Complementary color
Monochromatic Colors of #0746F1
Black with #0746F1
Text Example
Text Example
White with #0746F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0746F1; }
p { color: rgb(7,70,241); }
H1.HeaderClassName
{
color: #0746F1;
}
.AnyTagClassName
{
color: #0746F1;
}
</style>
background-color css
<style>
a { background-color: #0746F1; }
a { background-color: rgb(7,70,241); }
div.DivClassName
{
background-color: #0746F1;
}
.BgClassName
{
background-color: #0746F1;
}
</style>
border-color css
<style>
span { border-color: #0746F1; }
span { border-color: rgb(7,70,241); }
td.TdClassName
{
border-color: #0746F1;
}
.TagClassName
{
border-color: #0746F1;
}
</style>