Shades of Navy Blue #094CEF
Tints of Navy Blue #094CEF
RGB
CMYK
RGB Variations
Color information
#094CEF (or 0x094CEF) is known color: Navy Blue. HEX triplet: 09, 4C and EF. RGB value is (9,76,239). Sum of RGB (Red+Green+Blue) = 9+76+239=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #094CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CEF is #F6B310. Grayscale: #494949. Windows color (decimal): -16167697 or 15682569. OLE color: 15682569.
HSL color Cylindrical-coordinate representation of color #094CEF: hue angle of 222.52º 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 #094CEF is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 76 | 239 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.06 |
| HSL | 222.52º | 0.93% | 0.49% | - |
| HSV(B) | 222.52º | 0.96% | 0.94% | - |
| XYZ | 18.28 | 11.46 | 82.91 | - |
| YUV | 74.55 | 220.8 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 239 | 0.96 | 0.68 | 0 | 0.06 | 222.52 | 0.93 | 0.49 |
| Hex | 9 | 4C | EF | 60 | 44 | 0 | 6 | DF | 5D | 31 |
| Octal | 11 | 114 | 357 | 140 | 104 | 0 | 6 | 337 | 135 | 61 |
| Binary | 1001 | 1001100 | 11101111 | 1100000 | 1000100 | 0 | 110 | 11011111 | 1011101 | 110001 |
Color Harmonies of #094CEF
Complementary color
Monochromatic Colors of #094CEF
Black with #094CEF
Text Example
Text Example
White with #094CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CEF; }
p { color: rgb(9,76,239); }
H1.HeaderClassName
{
color: #094CEF;
}
.AnyTagClassName
{
color: #094CEF;
}
</style>
background-color css
<style>
a { background-color: #094CEF; }
a { background-color: rgb(9,76,239); }
div.DivClassName
{
background-color: #094CEF;
}
.BgClassName
{
background-color: #094CEF;
}
</style>
border-color css
<style>
span { border-color: #094CEF; }
span { border-color: rgb(9,76,239); }
td.TdClassName
{
border-color: #094CEF;
}
.TagClassName
{
border-color: #094CEF;
}
</style>