Shades of Navy Blue #094EDB
Tints of Navy Blue #094EDB
RGB
CMYK
RGB Variations
Color information
#094EDB (or 0x094EDB) is known color: Navy Blue. HEX triplet: 09, 4E and DB. RGB value is (9,78,219). Sum of RGB (Red+Green+Blue) = 9+78+219=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #094EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EDB is #F6B124. Grayscale: #484848. Windows color (decimal): -16167205 or 14372361. OLE color: 14372361.
HSL color Cylindrical-coordinate representation of color #094EDB: hue angle of 220.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EDB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 78 | 219 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.14 |
| HSL | 220.29º | 0.92% | 0.45% | - |
| HSV(B) | 220.29º | 0.96% | 0.86% | - |
| XYZ | 15.62 | 10.62 | 68.24 | - |
| YUV | 73.44 | 210.14 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 219 | 0.96 | 0.64 | 0 | 0.14 | 220.29 | 0.92 | 0.45 |
| Hex | 9 | 4E | DB | 60 | 40 | 0 | E | DC | 5C | 2D |
| Octal | 11 | 116 | 333 | 140 | 100 | 0 | 16 | 334 | 134 | 55 |
| Binary | 1001 | 1001110 | 11011011 | 1100000 | 1000000 | 0 | 1110 | 11011100 | 1011100 | 101101 |
Color Harmonies of #094EDB
Complementary color
Monochromatic Colors of #094EDB
Black with #094EDB
Text Example
Text Example
White with #094EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EDB; }
p { color: rgb(9,78,219); }
H1.HeaderClassName
{
color: #094EDB;
}
.AnyTagClassName
{
color: #094EDB;
}
</style>
background-color css
<style>
a { background-color: #094EDB; }
a { background-color: rgb(9,78,219); }
div.DivClassName
{
background-color: #094EDB;
}
.BgClassName
{
background-color: #094EDB;
}
</style>
border-color css
<style>
span { border-color: #094EDB; }
span { border-color: rgb(9,78,219); }
td.TdClassName
{
border-color: #094EDB;
}
.TagClassName
{
border-color: #094EDB;
}
</style>