Shades of Navy Blue #0742FA
Tints of Navy Blue #0742FA
RGB
CMYK
RGB Variations
Color information
#0742FA (or 0x0742FA) is known color: Navy Blue. HEX triplet: 07, 42 and FA. RGB value is (7,66,250). Sum of RGB (Red+Green+Blue) = 7+66+250=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #0742FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0742FA is #F8BD05. Grayscale: #444444. Windows color (decimal): -16301318 or 16400903. OLE color: 16400903.
HSL color Cylindrical-coordinate representation of color #0742FA: hue angle of 225.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0742FA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 66 | 250 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.02 |
| HSL | 225.43º | 0.96% | 0.5% | - |
| HSV(B) | 225.43º | 0.97% | 0.98% | - |
| XYZ | 19.29 | 10.84 | 91.52 | - |
| YUV | 69.34 | 229.95 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 250 | 0.97 | 0.74 | 0 | 0.02 | 225.43 | 0.96 | 0.5 |
| Hex | 7 | 42 | FA | 61 | 4A | 0 | 2 | E1 | 60 | 32 |
| Octal | 7 | 102 | 372 | 141 | 112 | 0 | 2 | 341 | 140 | 62 |
| Binary | 111 | 1000010 | 11111010 | 1100001 | 1001010 | 0 | 10 | 11100001 | 1100000 | 110010 |
Color Harmonies of #0742FA
Complementary color
Monochromatic Colors of #0742FA
Black with #0742FA
Text Example
Text Example
White with #0742FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0742FA; }
p { color: rgb(7,66,250); }
H1.HeaderClassName
{
color: #0742FA;
}
.AnyTagClassName
{
color: #0742FA;
}
</style>
background-color css
<style>
a { background-color: #0742FA; }
a { background-color: rgb(7,66,250); }
div.DivClassName
{
background-color: #0742FA;
}
.BgClassName
{
background-color: #0742FA;
}
</style>
border-color css
<style>
span { border-color: #0742FA; }
span { border-color: rgb(7,66,250); }
td.TdClassName
{
border-color: #0742FA;
}
.TagClassName
{
border-color: #0742FA;
}
</style>