Shades of Navy Blue #094ECF
Tints of Navy Blue #094ECF
RGB
CMYK
RGB Variations
Color information
#094ECF (or 0x094ECF) is known color: Navy Blue. HEX triplet: 09, 4E and CF. RGB value is (9,78,207). Sum of RGB (Red+Green+Blue) = 9+78+207=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #094ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094ECF is #F6B130. Grayscale: #474747. Windows color (decimal): -16167217 or 13585929. OLE color: 13585929.
HSL color Cylindrical-coordinate representation of color #094ECF: hue angle of 219.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ECF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 78 | 207 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.19 |
| HSL | 219.09º | 0.92% | 0.42% | - |
| HSV(B) | 219.09º | 0.96% | 0.81% | - |
| XYZ | 14.1 | 10.01 | 60.22 | - |
| YUV | 72.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 207 | 0.96 | 0.62 | 0 | 0.19 | 219.09 | 0.92 | 0.42 |
| Hex | 9 | 4E | CF | 60 | 3E | 0 | 13 | DB | 5C | 2A |
| Octal | 11 | 116 | 317 | 140 | 76 | 0 | 23 | 333 | 134 | 52 |
| Binary | 1001 | 1001110 | 11001111 | 1100000 | 111110 | 0 | 10011 | 11011011 | 1011100 | 101010 |
Color Harmonies of #094ECF
Complementary color
Monochromatic Colors of #094ECF
Black with #094ECF
Text Example
Text Example
White with #094ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094ECF; }
p { color: rgb(9,78,207); }
H1.HeaderClassName
{
color: #094ECF;
}
.AnyTagClassName
{
color: #094ECF;
}
</style>
background-color css
<style>
a { background-color: #094ECF; }
a { background-color: rgb(9,78,207); }
div.DivClassName
{
background-color: #094ECF;
}
.BgClassName
{
background-color: #094ECF;
}
</style>
border-color css
<style>
span { border-color: #094ECF; }
span { border-color: rgb(9,78,207); }
td.TdClassName
{
border-color: #094ECF;
}
.TagClassName
{
border-color: #094ECF;
}
</style>