Shades of Navy Blue #0743F4
Tints of Navy Blue #0743F4
RGB
CMYK
RGB Variations
Color information
#0743F4 (or 0x0743F4) is known color: Navy Blue. HEX triplet: 07, 43 and F4. RGB value is (7,67,244). Sum of RGB (Red+Green+Blue) = 7+67+244=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 244 (95.70% from 255 or 76.73% from 318); Max value from RGB is 244 - color contains mainly: blue. Hex color #0743F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0743F4 is #F8BC0B. Grayscale: #444444. Windows color (decimal): -16301068 or 16007943. OLE color: 16007943.
HSL color Cylindrical-coordinate representation of color #0743F4: hue angle of 224.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0743F4 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 67 | 244 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.04 |
| HSL | 224.81º | 0.94% | 0.49% | - |
| HSV(B) | 224.81º | 0.97% | 0.96% | - |
| XYZ | 18.42 | 10.59 | 86.66 | - |
| YUV | 69.24 | 226.62 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 244 | 0.97 | 0.73 | 0 | 0.04 | 224.81 | 0.94 | 0.49 |
| Hex | 7 | 43 | F4 | 61 | 49 | 0 | 4 | E1 | 5E | 31 |
| Octal | 7 | 103 | 364 | 141 | 111 | 0 | 4 | 341 | 136 | 61 |
| Binary | 111 | 1000011 | 11110100 | 1100001 | 1001001 | 0 | 100 | 11100001 | 1011110 | 110001 |
Color Harmonies of #0743F4
Complementary color
Monochromatic Colors of #0743F4
Black with #0743F4
Text Example
Text Example
White with #0743F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0743F4; }
p { color: rgb(7,67,244); }
H1.HeaderClassName
{
color: #0743F4;
}
.AnyTagClassName
{
color: #0743F4;
}
</style>
background-color css
<style>
a { background-color: #0743F4; }
a { background-color: rgb(7,67,244); }
div.DivClassName
{
background-color: #0743F4;
}
.BgClassName
{
background-color: #0743F4;
}
</style>
border-color css
<style>
span { border-color: #0743F4; }
span { border-color: rgb(7,67,244); }
td.TdClassName
{
border-color: #0743F4;
}
.TagClassName
{
border-color: #0743F4;
}
</style>