Shades of Navy Blue #094DF7
Tints of Navy Blue #094DF7
RGB
CMYK
RGB Variations
Color information
#094DF7 (or 0x094DF7) is known color: Navy Blue. HEX triplet: 09, 4D and F7. RGB value is (9,77,247). Sum of RGB (Red+Green+Blue) = 9+77+247=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 247 (96.88% from 255 or 74.17% from 333); Max value from RGB is 247 - color contains mainly: blue. Hex color #094DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DF7 is #F6B208. Grayscale: #4B4B4B. Windows color (decimal): -16167433 or 16207113. OLE color: 16207113.
HSL color Cylindrical-coordinate representation of color #094DF7: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DF7 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 77 | 247 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.03 |
| HSL | 222.86º | 0.94% | 0.5% | - |
| HSV(B) | 222.86º | 0.96% | 0.97% | - |
| XYZ | 19.56 | 12.08 | 89.3 | - |
| YUV | 76.05 | 224.47 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 247 | 0.96 | 0.69 | 0 | 0.03 | 222.86 | 0.94 | 0.5 |
| Hex | 9 | 4D | F7 | 60 | 45 | 0 | 3 | DF | 5E | 32 |
| Octal | 11 | 115 | 367 | 140 | 105 | 0 | 3 | 337 | 136 | 62 |
| Binary | 1001 | 1001101 | 11110111 | 1100000 | 1000101 | 0 | 11 | 11011111 | 1011110 | 110010 |
Color Harmonies of #094DF7
Complementary color
Monochromatic Colors of #094DF7
Black with #094DF7
Text Example
Text Example
White with #094DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DF7; }
p { color: rgb(9,77,247); }
H1.HeaderClassName
{
color: #094DF7;
}
.AnyTagClassName
{
color: #094DF7;
}
</style>
background-color css
<style>
a { background-color: #094DF7; }
a { background-color: rgb(9,77,247); }
div.DivClassName
{
background-color: #094DF7;
}
.BgClassName
{
background-color: #094DF7;
}
</style>
border-color css
<style>
span { border-color: #094DF7; }
span { border-color: rgb(9,77,247); }
td.TdClassName
{
border-color: #094DF7;
}
.TagClassName
{
border-color: #094DF7;
}
</style>