Shades of Navy Blue #0746FC
Tints of Navy Blue #0746FC
RGB
CMYK
RGB Variations
Color information
#0746FC (or 0x0746FC) is known color: Navy Blue. HEX triplet: 07, 46 and FC. RGB value is (7,70,252). Sum of RGB (Red+Green+Blue) = 7+70+252=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #0746FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0746FC is #F8B903. Grayscale: #474747. Windows color (decimal): -16300292 or 16532999. OLE color: 16532999.
HSL color Cylindrical-coordinate representation of color #0746FC: hue angle of 224.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0746FC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 70 | 252 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.01 |
| HSL | 224.57º | 0.98% | 0.51% | - |
| HSV(B) | 224.57º | 0.97% | 0.99% | - |
| XYZ | 19.85 | 11.45 | 93.26 | - |
| YUV | 71.91 | 229.63 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 252 | 0.97 | 0.72 | 0 | 0.01 | 224.57 | 0.98 | 0.51 |
| Hex | 7 | 46 | FC | 61 | 48 | 0 | 1 | E1 | 62 | 33 |
| Octal | 7 | 106 | 374 | 141 | 110 | 0 | 1 | 341 | 142 | 63 |
| Binary | 111 | 1000110 | 11111100 | 1100001 | 1001000 | 0 | 1 | 11100001 | 1100010 | 110011 |
Color Harmonies of #0746FC
Complementary color
Monochromatic Colors of #0746FC
Black with #0746FC
Text Example
Text Example
White with #0746FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0746FC; }
p { color: rgb(7,70,252); }
H1.HeaderClassName
{
color: #0746FC;
}
.AnyTagClassName
{
color: #0746FC;
}
</style>
background-color css
<style>
a { background-color: #0746FC; }
a { background-color: rgb(7,70,252); }
div.DivClassName
{
background-color: #0746FC;
}
.BgClassName
{
background-color: #0746FC;
}
</style>
border-color css
<style>
span { border-color: #0746FC; }
span { border-color: rgb(7,70,252); }
td.TdClassName
{
border-color: #0746FC;
}
.TagClassName
{
border-color: #0746FC;
}
</style>