Shades of Navy Blue #094DFE
Tints of Navy Blue #094DFE
RGB
CMYK
RGB Variations
Color information
#094DFE (or 0x094DFE) is known color: Navy Blue. HEX triplet: 09, 4D and FE. RGB value is (9,77,254). Sum of RGB (Red+Green+Blue) = 9+77+254=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #094DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DFE is #F6B201. Grayscale: #4C4C4C. Windows color (decimal): -16167426 or 16665865. OLE color: 16665865.
HSL color Cylindrical-coordinate representation of color #094DFE: hue angle of 223.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DFE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 77 | 254 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.00 |
| HSL | 223.35º | 0.99% | 0.52% | - |
| HSV(B) | 223.35º | 0.96% | 1% | - |
| XYZ | 20.66 | 12.52 | 95.09 | - |
| YUV | 76.85 | 227.97 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 254 | 0.96 | 0.70 | 0 | 0.00 | 223.35 | 0.99 | 0.52 |
| Hex | 9 | 4D | FE | 60 | 46 | 0 | 0 | DF | 63 | 34 |
| Octal | 11 | 115 | 376 | 140 | 106 | 0 | 0 | 337 | 143 | 64 |
| Binary | 1001 | 1001101 | 11111110 | 1100000 | 1000110 | 0 | 0 | 11011111 | 1100011 | 110100 |
Color Harmonies of #094DFE
Complementary color
Monochromatic Colors of #094DFE
Black with #094DFE
Text Example
Text Example
White with #094DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DFE; }
p { color: rgb(9,77,254); }
H1.HeaderClassName
{
color: #094DFE;
}
.AnyTagClassName
{
color: #094DFE;
}
</style>
background-color css
<style>
a { background-color: #094DFE; }
a { background-color: rgb(9,77,254); }
div.DivClassName
{
background-color: #094DFE;
}
.BgClassName
{
background-color: #094DFE;
}
</style>
border-color css
<style>
span { border-color: #094DFE; }
span { border-color: rgb(9,77,254); }
td.TdClassName
{
border-color: #094DFE;
}
.TagClassName
{
border-color: #094DFE;
}
</style>