Shades of Navy Blue #094EFE
Tints of Navy Blue #094EFE
RGB
CMYK
RGB Variations
Color information
#094EFE (or 0x094EFE) is known color: Navy Blue. HEX triplet: 09, 4E and FE. RGB value is (9,78,254). Sum of RGB (Red+Green+Blue) = 9+78+254=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #094EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EFE is #F6B101. Grayscale: #4C4C4C. Windows color (decimal): -16167170 or 16666121. OLE color: 16666121.
HSL color Cylindrical-coordinate representation of color #094EFE: hue angle of 223.1º 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 #094EFE is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 78 | 254 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.00 |
| HSL | 223.1º | 0.99% | 0.52% | - |
| HSV(B) | 223.1º | 0.96% | 1% | - |
| XYZ | 20.73 | 12.66 | 95.12 | - |
| YUV | 77.43 | 227.64 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 254 | 0.96 | 0.69 | 0 | 0.00 | 223.1 | 0.99 | 0.52 |
| Hex | 9 | 4E | FE | 60 | 45 | 0 | 0 | DF | 63 | 34 |
| Octal | 11 | 116 | 376 | 140 | 105 | 0 | 0 | 337 | 143 | 64 |
| Binary | 1001 | 1001110 | 11111110 | 1100000 | 1000101 | 0 | 0 | 11011111 | 1100011 | 110100 |
Color Harmonies of #094EFE
Complementary color
Monochromatic Colors of #094EFE
Black with #094EFE
Text Example
Text Example
White with #094EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094EFE; }
p { color: rgb(9,78,254); }
H1.HeaderClassName
{
color: #094EFE;
}
.AnyTagClassName
{
color: #094EFE;
}
</style>
background-color css
<style>
a { background-color: #094EFE; }
a { background-color: rgb(9,78,254); }
div.DivClassName
{
background-color: #094EFE;
}
.BgClassName
{
background-color: #094EFE;
}
</style>
border-color css
<style>
span { border-color: #094EFE; }
span { border-color: rgb(9,78,254); }
td.TdClassName
{
border-color: #094EFE;
}
.TagClassName
{
border-color: #094EFE;
}
</style>