Shades of Navy Blue #0743ED
Tints of Navy Blue #0743ED
RGB
CMYK
RGB Variations
Color information
#0743ED (or 0x0743ED) is known color: Navy Blue. HEX triplet: 07, 43 and ED. RGB value is (7,67,237). Sum of RGB (Red+Green+Blue) = 7+67+237=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #0743ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0743ED is #F8BC12. Grayscale: #434343. Windows color (decimal): -16301075 or 15549191. OLE color: 15549191.
HSL color Cylindrical-coordinate representation of color #0743ED: hue angle of 224.35º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0743ED is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 67 | 237 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.07 |
| HSL | 224.35º | 0.94% | 0.48% | - |
| HSV(B) | 224.35º | 0.97% | 0.93% | - |
| XYZ | 17.38 | 10.17 | 81.17 | - |
| YUV | 68.44 | 223.12 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 237 | 0.97 | 0.72 | 0 | 0.07 | 224.35 | 0.94 | 0.48 |
| Hex | 7 | 43 | ED | 61 | 48 | 0 | 7 | E0 | 5E | 30 |
| Octal | 7 | 103 | 355 | 141 | 110 | 0 | 7 | 340 | 136 | 60 |
| Binary | 111 | 1000011 | 11101101 | 1100001 | 1001000 | 0 | 111 | 11100000 | 1011110 | 110000 |
Color Harmonies of #0743ED
Complementary color
Monochromatic Colors of #0743ED
Black with #0743ED
Text Example
Text Example
White with #0743ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0743ED; }
p { color: rgb(7,67,237); }
H1.HeaderClassName
{
color: #0743ED;
}
.AnyTagClassName
{
color: #0743ED;
}
</style>
background-color css
<style>
a { background-color: #0743ED; }
a { background-color: rgb(7,67,237); }
div.DivClassName
{
background-color: #0743ED;
}
.BgClassName
{
background-color: #0743ED;
}
</style>
border-color css
<style>
span { border-color: #0743ED; }
span { border-color: rgb(7,67,237); }
td.TdClassName
{
border-color: #0743ED;
}
.TagClassName
{
border-color: #0743ED;
}
</style>