Shades of Navy Blue #094FFE
Tints of Navy Blue #094FFE
RGB
CMYK
RGB Variations
Color information
#094FFE (or 0x094FFE) is known color: Navy Blue. HEX triplet: 09, 4F and FE. RGB value is (9,79,254). Sum of RGB (Red+Green+Blue) = 9+79+254=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #094FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FFE is #F6B001. Grayscale: #4D4D4D. Windows color (decimal): -16166914 or 16666377. OLE color: 16666377.
HSL color Cylindrical-coordinate representation of color #094FFE: hue angle of 222.86º 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 #094FFE is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 79 | 254 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.00 |
| HSL | 222.86º | 0.99% | 0.52% | - |
| HSV(B) | 222.86º | 0.96% | 1% | - |
| XYZ | 20.8 | 12.81 | 95.14 | - |
| YUV | 78.02 | 227.31 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 254 | 0.96 | 0.69 | 0 | 0.00 | 222.86 | 0.99 | 0.52 |
| Hex | 9 | 4F | FE | 60 | 45 | 0 | 0 | DF | 63 | 34 |
| Octal | 11 | 117 | 376 | 140 | 105 | 0 | 0 | 337 | 143 | 64 |
| Binary | 1001 | 1001111 | 11111110 | 1100000 | 1000101 | 0 | 0 | 11011111 | 1100011 | 110100 |
Color Harmonies of #094FFE
Complementary color
Monochromatic Colors of #094FFE
Black with #094FFE
Text Example
Text Example
White with #094FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FFE; }
p { color: rgb(9,79,254); }
H1.HeaderClassName
{
color: #094FFE;
}
.AnyTagClassName
{
color: #094FFE;
}
</style>
background-color css
<style>
a { background-color: #094FFE; }
a { background-color: rgb(9,79,254); }
div.DivClassName
{
background-color: #094FFE;
}
.BgClassName
{
background-color: #094FFE;
}
</style>
border-color css
<style>
span { border-color: #094FFE; }
span { border-color: rgb(9,79,254); }
td.TdClassName
{
border-color: #094FFE;
}
.TagClassName
{
border-color: #094FFE;
}
</style>