Shades of Navy Blue #094EDD
Tints of Navy Blue #094EDD
RGB
CMYK
RGB Variations
Color information
#094EDD (or 0x094EDD) is known color: Navy Blue. HEX triplet: 09, 4E and DD. RGB value is (9,78,221). Sum of RGB (Red+Green+Blue) = 9+78+221=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #094EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EDD is #F6B122. Grayscale: #494949. Windows color (decimal): -16167203 or 14503433. OLE color: 14503433.
HSL color Cylindrical-coordinate representation of color #094EDD: hue angle of 220.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EDD is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 78 | 221 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.13 |
| HSL | 220.47º | 0.92% | 0.45% | - |
| HSV(B) | 220.47º | 0.96% | 0.87% | - |
| XYZ | 15.89 | 10.73 | 69.64 | - |
| YUV | 73.67 | 211.14 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 221 | 0.96 | 0.65 | 0 | 0.13 | 220.47 | 0.92 | 0.45 |
| Hex | 9 | 4E | DD | 60 | 41 | 0 | D | DC | 5C | 2D |
| Octal | 11 | 116 | 335 | 140 | 101 | 0 | 15 | 334 | 134 | 55 |
| Binary | 1001 | 1001110 | 11011101 | 1100000 | 1000001 | 0 | 1101 | 11011100 | 1011100 | 101101 |
Color Harmonies of #094EDD
Complementary color
Monochromatic Colors of #094EDD
Black with #094EDD
Text Example
Text Example
White with #094EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EDD; }
p { color: rgb(9,78,221); }
H1.HeaderClassName
{
color: #094EDD;
}
.AnyTagClassName
{
color: #094EDD;
}
</style>
background-color css
<style>
a { background-color: #094EDD; }
a { background-color: rgb(9,78,221); }
div.DivClassName
{
background-color: #094EDD;
}
.BgClassName
{
background-color: #094EDD;
}
</style>
border-color css
<style>
span { border-color: #094EDD; }
span { border-color: rgb(9,78,221); }
td.TdClassName
{
border-color: #094EDD;
}
.TagClassName
{
border-color: #094EDD;
}
</style>