Shades of Navy Blue #094FE6
Tints of Navy Blue #094FE6
RGB
CMYK
RGB Variations
Color information
#094FE6 (or 0x094FE6) is known color: Navy Blue. HEX triplet: 09, 4F and E6. RGB value is (9,79,230). Sum of RGB (Red+Green+Blue) = 9+79+230=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 230 (90.23% from 255 or 72.33% from 318); Max value from RGB is 230 - color contains mainly: blue. Hex color #094FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FE6 is #F6B019. Grayscale: #4A4A4A. Windows color (decimal): -16166938 or 15093513. OLE color: 15093513.
HSL color Cylindrical-coordinate representation of color #094FE6: hue angle of 221º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FE6 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 79 | 230 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.10 |
| HSL | 221º | 0.92% | 0.47% | - |
| HSV(B) | 221º | 0.96% | 0.9% | - |
| XYZ | 17.19 | 11.36 | 76.15 | - |
| YUV | 75.28 | 215.31 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 230 | 0.96 | 0.66 | 0 | 0.10 | 221 | 0.92 | 0.47 |
| Hex | 9 | 4F | E6 | 60 | 42 | 0 | A | DD | 5C | 2F |
| Octal | 11 | 117 | 346 | 140 | 102 | 0 | 12 | 335 | 134 | 57 |
| Binary | 1001 | 1001111 | 11100110 | 1100000 | 1000010 | 0 | 1010 | 11011101 | 1011100 | 101111 |
Color Harmonies of #094FE6
Complementary color
Monochromatic Colors of #094FE6
Black with #094FE6
Text Example
Text Example
White with #094FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FE6; }
p { color: rgb(9,79,230); }
H1.HeaderClassName
{
color: #094FE6;
}
.AnyTagClassName
{
color: #094FE6;
}
</style>
background-color css
<style>
a { background-color: #094FE6; }
a { background-color: rgb(9,79,230); }
div.DivClassName
{
background-color: #094FE6;
}
.BgClassName
{
background-color: #094FE6;
}
</style>
border-color css
<style>
span { border-color: #094FE6; }
span { border-color: rgb(9,79,230); }
td.TdClassName
{
border-color: #094FE6;
}
.TagClassName
{
border-color: #094FE6;
}
</style>