Shades of Navy Blue #094EEF
Tints of Navy Blue #094EEF
RGB
CMYK
RGB Variations
Color information
#094EEF (or 0x094EEF) is known color: Navy Blue. HEX triplet: 09, 4E and EF. RGB value is (9,78,239). Sum of RGB (Red+Green+Blue) = 9+78+239=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #094EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EEF is #F6B110. Grayscale: #4B4B4B. Windows color (decimal): -16167185 or 15683081. OLE color: 15683081.
HSL color Cylindrical-coordinate representation of color #094EEF: hue angle of 222º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EEF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 78 | 239 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.06 |
| HSL | 222º | 0.93% | 0.49% | - |
| HSV(B) | 222º | 0.96% | 0.94% | - |
| XYZ | 18.42 | 11.74 | 82.96 | - |
| YUV | 75.72 | 220.14 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 239 | 0.96 | 0.67 | 0 | 0.06 | 222 | 0.93 | 0.49 |
| Hex | 9 | 4E | EF | 60 | 43 | 0 | 6 | DE | 5D | 31 |
| Octal | 11 | 116 | 357 | 140 | 103 | 0 | 6 | 336 | 135 | 61 |
| Binary | 1001 | 1001110 | 11101111 | 1100000 | 1000011 | 0 | 110 | 11011110 | 1011101 | 110001 |
Color Harmonies of #094EEF
Complementary color
Monochromatic Colors of #094EEF
Black with #094EEF
Text Example
Text Example
White with #094EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EEF; }
p { color: rgb(9,78,239); }
H1.HeaderClassName
{
color: #094EEF;
}
.AnyTagClassName
{
color: #094EEF;
}
</style>
background-color css
<style>
a { background-color: #094EEF; }
a { background-color: rgb(9,78,239); }
div.DivClassName
{
background-color: #094EEF;
}
.BgClassName
{
background-color: #094EEF;
}
</style>
border-color css
<style>
span { border-color: #094EEF; }
span { border-color: rgb(9,78,239); }
td.TdClassName
{
border-color: #094EEF;
}
.TagClassName
{
border-color: #094EEF;
}
</style>