Shades of Navy Blue #094DDD
Tints of Navy Blue #094DDD
RGB
CMYK
RGB Variations
Color information
#094DDD (or 0x094DDD) is known color: Navy Blue. HEX triplet: 09, 4D and DD. RGB value is (9,77,221). Sum of RGB (Red+Green+Blue) = 9+77+221=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #094DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DDD is #F6B222. Grayscale: #484848. Windows color (decimal): -16167459 or 14503177. OLE color: 14503177.
HSL color Cylindrical-coordinate representation of color #094DDD: hue angle of 220.75º 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 #094DDD is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 77 | 221 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.13 |
| HSL | 220.75º | 0.92% | 0.45% | - |
| HSV(B) | 220.75º | 0.96% | 0.87% | - |
| XYZ | 15.82 | 10.59 | 69.62 | - |
| YUV | 73.08 | 211.47 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 221 | 0.96 | 0.65 | 0 | 0.13 | 220.75 | 0.92 | 0.45 |
| Hex | 9 | 4D | DD | 60 | 41 | 0 | D | DD | 5C | 2D |
| Octal | 11 | 115 | 335 | 140 | 101 | 0 | 15 | 335 | 134 | 55 |
| Binary | 1001 | 1001101 | 11011101 | 1100000 | 1000001 | 0 | 1101 | 11011101 | 1011100 | 101101 |
Color Harmonies of #094DDD
Complementary color
Monochromatic Colors of #094DDD
Black with #094DDD
Text Example
Text Example
White with #094DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DDD; }
p { color: rgb(9,77,221); }
H1.HeaderClassName
{
color: #094DDD;
}
.AnyTagClassName
{
color: #094DDD;
}
</style>
background-color css
<style>
a { background-color: #094DDD; }
a { background-color: rgb(9,77,221); }
div.DivClassName
{
background-color: #094DDD;
}
.BgClassName
{
background-color: #094DDD;
}
</style>
border-color css
<style>
span { border-color: #094DDD; }
span { border-color: rgb(9,77,221); }
td.TdClassName
{
border-color: #094DDD;
}
.TagClassName
{
border-color: #094DDD;
}
</style>