Shades of Navy Blue #094FDD
Tints of Navy Blue #094FDD
RGB
CMYK
RGB Variations
Color information
#094FDD (or 0x094FDD) is known color: Navy Blue. HEX triplet: 09, 4F and DD. RGB value is (9,79,221). Sum of RGB (Red+Green+Blue) = 9+79+221=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #094FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FDD is #F6B022. Grayscale: #494949. Windows color (decimal): -16166947 or 14503689. OLE color: 14503689.
HSL color Cylindrical-coordinate representation of color #094FDD: hue angle of 220.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094FDD is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 79 | 221 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.13 |
| HSL | 220.19º | 0.92% | 0.45% | - |
| HSV(B) | 220.19º | 0.96% | 0.87% | - |
| XYZ | 15.96 | 10.87 | 69.66 | - |
| YUV | 74.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 221 | 0.96 | 0.64 | 0 | 0.13 | 220.19 | 0.92 | 0.45 |
| Hex | 9 | 4F | DD | 60 | 40 | 0 | D | DC | 5C | 2D |
| Octal | 11 | 117 | 335 | 140 | 100 | 0 | 15 | 334 | 134 | 55 |
| Binary | 1001 | 1001111 | 11011101 | 1100000 | 1000000 | 0 | 1101 | 11011100 | 1011100 | 101101 |
Color Harmonies of #094FDD
Complementary color
Monochromatic Colors of #094FDD
Black with #094FDD
Text Example
Text Example
White with #094FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FDD; }
p { color: rgb(9,79,221); }
H1.HeaderClassName
{
color: #094FDD;
}
.AnyTagClassName
{
color: #094FDD;
}
</style>
background-color css
<style>
a { background-color: #094FDD; }
a { background-color: rgb(9,79,221); }
div.DivClassName
{
background-color: #094FDD;
}
.BgClassName
{
background-color: #094FDD;
}
</style>
border-color css
<style>
span { border-color: #094FDD; }
span { border-color: rgb(9,79,221); }
td.TdClassName
{
border-color: #094FDD;
}
.TagClassName
{
border-color: #094FDD;
}
</style>