Shades of Navy Blue #094EDA
Tints of Navy Blue #094EDA
RGB
CMYK
RGB Variations
Color information
#094EDA (or 0x094EDA) is known color: Navy Blue. HEX triplet: 09, 4E and DA. RGB value is (9,78,218). Sum of RGB (Red+Green+Blue) = 9+78+218=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #094EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EDA is #F6B125. Grayscale: #484848. Windows color (decimal): -16167206 or 14306825. OLE color: 14306825.
HSL color Cylindrical-coordinate representation of color #094EDA: hue angle of 220.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EDA is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 78 | 218 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.15 |
| HSL | 220.19º | 0.92% | 0.45% | - |
| HSV(B) | 220.19º | 0.96% | 0.85% | - |
| XYZ | 15.49 | 10.57 | 67.55 | - |
| YUV | 73.33 | 209.64 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 218 | 0.96 | 0.64 | 0 | 0.15 | 220.19 | 0.92 | 0.45 |
| Hex | 9 | 4E | DA | 60 | 40 | 0 | F | DC | 5C | 2D |
| Octal | 11 | 116 | 332 | 140 | 100 | 0 | 17 | 334 | 134 | 55 |
| Binary | 1001 | 1001110 | 11011010 | 1100000 | 1000000 | 0 | 1111 | 11011100 | 1011100 | 101101 |
Color Harmonies of #094EDA
Complementary color
Monochromatic Colors of #094EDA
Black with #094EDA
Text Example
Text Example
White with #094EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EDA; }
p { color: rgb(9,78,218); }
H1.HeaderClassName
{
color: #094EDA;
}
.AnyTagClassName
{
color: #094EDA;
}
</style>
background-color css
<style>
a { background-color: #094EDA; }
a { background-color: rgb(9,78,218); }
div.DivClassName
{
background-color: #094EDA;
}
.BgClassName
{
background-color: #094EDA;
}
</style>
border-color css
<style>
span { border-color: #094EDA; }
span { border-color: rgb(9,78,218); }
td.TdClassName
{
border-color: #094EDA;
}
.TagClassName
{
border-color: #094EDA;
}
</style>