Shades of Navy Blue #094FFF
Tints of Navy Blue #094FFF
RGB
CMYK
RGB Variations
Color information
#094FFF (or 0x094FFF) is known color: Navy Blue. HEX triplet: 09, 4F and FF. RGB value is (9,79,255). Sum of RGB (Red+Green+Blue) = 9+79+255=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #094FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094FFF is #F6B000. Grayscale: #4D4D4D. Windows color (decimal): -16166913 or 16731913. OLE color: 16731913.
HSL color Cylindrical-coordinate representation of color #094FFF: hue angle of 222.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FFF is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 79 | 255 | - |
| CMYK | 0.96 | 0.69 | 0 | 0 |
| HSL | 222.93º | 1% | 0.52% | - |
| HSV(B) | 222.93º | 0.96% | 1% | - |
| XYZ | 20.96 | 12.87 | 95.99 | - |
| YUV | 78.13 | 227.81 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 255 | 0.96 | 0.69 | 0 | 0 | 222.93 | 1 | 0.52 |
| Hex | 9 | 4F | FF | 60 | 45 | 0 | 0 | DF | 64 | 34 |
| Octal | 11 | 117 | 377 | 140 | 105 | 0 | 0 | 337 | 144 | 64 |
| Binary | 1001 | 1001111 | 11111111 | 1100000 | 1000101 | 0 | 0 | 11011111 | 1100100 | 110100 |
Color Harmonies of #094FFF
Complementary color
Monochromatic Colors of #094FFF
Black with #094FFF
Text Example
Text Example
White with #094FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FFF; }
p { color: rgb(9,79,255); }
H1.HeaderClassName
{
color: #094FFF;
}
.AnyTagClassName
{
color: #094FFF;
}
</style>
background-color css
<style>
a { background-color: #094FFF; }
a { background-color: rgb(9,79,255); }
div.DivClassName
{
background-color: #094FFF;
}
.BgClassName
{
background-color: #094FFF;
}
</style>
border-color css
<style>
span { border-color: #094FFF; }
span { border-color: rgb(9,79,255); }
td.TdClassName
{
border-color: #094FFF;
}
.TagClassName
{
border-color: #094FFF;
}
</style>