Shades of Navy Blue #094EE5
Tints of Navy Blue #094EE5
RGB
CMYK
RGB Variations
Color information
#094EE5 (or 0x094EE5) is known color: Navy Blue. HEX triplet: 09, 4E and E5. RGB value is (9,78,229). Sum of RGB (Red+Green+Blue) = 9+78+229=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 229 (89.84% from 255 or 72.47% from 316); Max value from RGB is 229 - color contains mainly: blue. Hex color #094EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EE5 is #F6B11A. Grayscale: #494949. Windows color (decimal): -16167195 or 15027721. OLE color: 15027721.
HSL color Cylindrical-coordinate representation of color #094EE5: hue angle of 221.18º 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 #094EE5 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 78 | 229 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.10 |
| HSL | 221.18º | 0.92% | 0.47% | - |
| HSV(B) | 221.18º | 0.96% | 0.9% | - |
| XYZ | 16.98 | 11.16 | 75.39 | - |
| YUV | 74.58 | 215.14 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 229 | 0.96 | 0.66 | 0 | 0.10 | 221.18 | 0.92 | 0.47 |
| Hex | 9 | 4E | E5 | 60 | 42 | 0 | A | DD | 5C | 2F |
| Octal | 11 | 116 | 345 | 140 | 102 | 0 | 12 | 335 | 134 | 57 |
| Binary | 1001 | 1001110 | 11100101 | 1100000 | 1000010 | 0 | 1010 | 11011101 | 1011100 | 101111 |
Color Harmonies of #094EE5
Complementary color
Monochromatic Colors of #094EE5
Black with #094EE5
Text Example
Text Example
White with #094EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EE5; }
p { color: rgb(9,78,229); }
H1.HeaderClassName
{
color: #094EE5;
}
.AnyTagClassName
{
color: #094EE5;
}
</style>
background-color css
<style>
a { background-color: #094EE5; }
a { background-color: rgb(9,78,229); }
div.DivClassName
{
background-color: #094EE5;
}
.BgClassName
{
background-color: #094EE5;
}
</style>
border-color css
<style>
span { border-color: #094EE5; }
span { border-color: rgb(9,78,229); }
td.TdClassName
{
border-color: #094EE5;
}
.TagClassName
{
border-color: #094EE5;
}
</style>