Shades of Navy Blue #094CDB
Tints of Navy Blue #094CDB
RGB
CMYK
RGB Variations
Color information
#094CDB (or 0x094CDB) is known color: Navy Blue. HEX triplet: 09, 4C and DB. RGB value is (9,76,219). Sum of RGB (Red+Green+Blue) = 9+76+219=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #094CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CDB is #F6B324. Grayscale: #474747. Windows color (decimal): -16167717 or 14371849. OLE color: 14371849.
HSL color Cylindrical-coordinate representation of color #094CDB: hue angle of 220.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CDB is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 76 | 219 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.14 |
| HSL | 220.86º | 0.92% | 0.45% | - |
| HSV(B) | 220.86º | 0.96% | 0.86% | - |
| XYZ | 15.48 | 10.34 | 68.2 | - |
| YUV | 72.27 | 210.8 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 219 | 0.96 | 0.65 | 0 | 0.14 | 220.86 | 0.92 | 0.45 |
| Hex | 9 | 4C | DB | 60 | 41 | 0 | E | DD | 5C | 2D |
| Octal | 11 | 114 | 333 | 140 | 101 | 0 | 16 | 335 | 134 | 55 |
| Binary | 1001 | 1001100 | 11011011 | 1100000 | 1000001 | 0 | 1110 | 11011101 | 1011100 | 101101 |
Color Harmonies of #094CDB
Complementary color
Monochromatic Colors of #094CDB
Black with #094CDB
Text Example
Text Example
White with #094CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CDB; }
p { color: rgb(9,76,219); }
H1.HeaderClassName
{
color: #094CDB;
}
.AnyTagClassName
{
color: #094CDB;
}
</style>
background-color css
<style>
a { background-color: #094CDB; }
a { background-color: rgb(9,76,219); }
div.DivClassName
{
background-color: #094CDB;
}
.BgClassName
{
background-color: #094CDB;
}
</style>
border-color css
<style>
span { border-color: #094CDB; }
span { border-color: rgb(9,76,219); }
td.TdClassName
{
border-color: #094CDB;
}
.TagClassName
{
border-color: #094CDB;
}
</style>