Shades of Navy Blue #0741FC
Tints of Navy Blue #0741FC
RGB
CMYK
RGB Variations
Color information
#0741FC (or 0x0741FC) is known color: Navy Blue. HEX triplet: 07, 41 and FC. RGB value is (7,65,252). Sum of RGB (Red+Green+Blue) = 7+65+252=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0741FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0741FC is #F8BE03. Grayscale: #444444. Windows color (decimal): -16301572 or 16531719. OLE color: 16531719.
HSL color Cylindrical-coordinate representation of color #0741FC: hue angle of 225.8º 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 #0741FC is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 65 | 252 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.01 |
| HSL | 225.8º | 0.98% | 0.51% | - |
| HSV(B) | 225.8º | 0.97% | 0.99% | - |
| XYZ | 19.55 | 10.85 | 93.16 | - |
| YUV | 68.98 | 231.28 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 252 | 0.97 | 0.74 | 0 | 0.01 | 225.8 | 0.98 | 0.51 |
| Hex | 7 | 41 | FC | 61 | 4A | 0 | 1 | E2 | 62 | 33 |
| Octal | 7 | 101 | 374 | 141 | 112 | 0 | 1 | 342 | 142 | 63 |
| Binary | 111 | 1000001 | 11111100 | 1100001 | 1001010 | 0 | 1 | 11100010 | 1100010 | 110011 |
Color Harmonies of #0741FC
Complementary color
Monochromatic Colors of #0741FC
Black with #0741FC
Text Example
Text Example
White with #0741FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0741FC; }
p { color: rgb(7,65,252); }
H1.HeaderClassName
{
color: #0741FC;
}
.AnyTagClassName
{
color: #0741FC;
}
</style>
background-color css
<style>
a { background-color: #0741FC; }
a { background-color: rgb(7,65,252); }
div.DivClassName
{
background-color: #0741FC;
}
.BgClassName
{
background-color: #0741FC;
}
</style>
border-color css
<style>
span { border-color: #0741FC; }
span { border-color: rgb(7,65,252); }
td.TdClassName
{
border-color: #0741FC;
}
.TagClassName
{
border-color: #0741FC;
}
</style>