Shades of Navy Blue #094AFF
Tints of Navy Blue #094AFF
RGB
CMYK
RGB Variations
Color information
#094AFF (or 0x094AFF) is known color: Navy Blue. HEX triplet: 09, 4A and FF. RGB value is (9,74,255). Sum of RGB (Red+Green+Blue) = 9+74+255=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #094AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094AFF is #F6B500. Grayscale: #4A4A4A. Windows color (decimal): -16168193 or 16730633. OLE color: 16730633.
HSL color Cylindrical-coordinate representation of color #094AFF: hue angle of 224.15º 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 #094AFF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 74 | 255 | - |
| CMYK | 0.96 | 0.71 | 0 | 0 |
| HSL | 224.15º | 1% | 0.52% | - |
| HSV(B) | 224.15º | 0.96% | 1% | - |
| XYZ | 20.61 | 12.18 | 95.87 | - |
| YUV | 75.2 | 229.47 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 255 | 0.96 | 0.71 | 0 | 0 | 224.15 | 1 | 0.52 |
| Hex | 9 | 4A | FF | 60 | 47 | 0 | 0 | E0 | 64 | 34 |
| Octal | 11 | 112 | 377 | 140 | 107 | 0 | 0 | 340 | 144 | 64 |
| Binary | 1001 | 1001010 | 11111111 | 1100000 | 1000111 | 0 | 0 | 11100000 | 1100100 | 110100 |
Color Harmonies of #094AFF
Complementary color
Monochromatic Colors of #094AFF
Black with #094AFF
Text Example
Text Example
White with #094AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094AFF; }
p { color: rgb(9,74,255); }
H1.HeaderClassName
{
color: #094AFF;
}
.AnyTagClassName
{
color: #094AFF;
}
</style>
background-color css
<style>
a { background-color: #094AFF; }
a { background-color: rgb(9,74,255); }
div.DivClassName
{
background-color: #094AFF;
}
.BgClassName
{
background-color: #094AFF;
}
</style>
border-color css
<style>
span { border-color: #094AFF; }
span { border-color: rgb(9,74,255); }
td.TdClassName
{
border-color: #094AFF;
}
.TagClassName
{
border-color: #094AFF;
}
</style>