Shades of Navy Blue #094FE5
Tints of Navy Blue #094FE5
RGB
CMYK
RGB Variations
Color information
#094FE5 (or 0x094FE5) is known color: Navy Blue. HEX triplet: 09, 4F and E5. RGB value is (9,79,229). Sum of RGB (Red+Green+Blue) = 9+79+229=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 229 (89.84% from 255 or 72.24% from 317); Max value from RGB is 229 - color contains mainly: blue. Hex color #094FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FE5 is #F6B01A. Grayscale: #4A4A4A. Windows color (decimal): -16166939 or 15027977. OLE color: 15027977.
HSL color Cylindrical-coordinate representation of color #094FE5: hue angle of 220.91º 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 #094FE5 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 79 | 229 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.10 |
| HSL | 220.91º | 0.92% | 0.47% | - |
| HSV(B) | 220.91º | 0.96% | 0.9% | - |
| XYZ | 17.05 | 11.31 | 75.41 | - |
| YUV | 75.17 | 214.81 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 229 | 0.96 | 0.66 | 0 | 0.10 | 220.91 | 0.92 | 0.47 |
| Hex | 9 | 4F | E5 | 60 | 42 | 0 | A | DD | 5C | 2F |
| Octal | 11 | 117 | 345 | 140 | 102 | 0 | 12 | 335 | 134 | 57 |
| Binary | 1001 | 1001111 | 11100101 | 1100000 | 1000010 | 0 | 1010 | 11011101 | 1011100 | 101111 |
Color Harmonies of #094FE5
Complementary color
Monochromatic Colors of #094FE5
Black with #094FE5
Text Example
Text Example
White with #094FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FE5; }
p { color: rgb(9,79,229); }
H1.HeaderClassName
{
color: #094FE5;
}
.AnyTagClassName
{
color: #094FE5;
}
</style>
background-color css
<style>
a { background-color: #094FE5; }
a { background-color: rgb(9,79,229); }
div.DivClassName
{
background-color: #094FE5;
}
.BgClassName
{
background-color: #094FE5;
}
</style>
border-color css
<style>
span { border-color: #094FE5; }
span { border-color: rgb(9,79,229); }
td.TdClassName
{
border-color: #094FE5;
}
.TagClassName
{
border-color: #094FE5;
}
</style>