Shades of Navy Blue #094ADF
Tints of Navy Blue #094ADF
RGB
CMYK
RGB Variations
Color information
#094ADF (or 0x094ADF) is known color: Navy Blue. HEX triplet: 09, 4A and DF. RGB value is (9,74,223). Sum of RGB (Red+Green+Blue) = 9+74+223=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #094ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ADF is #F6B520. Grayscale: #464646. Windows color (decimal): -16168225 or 14633481. OLE color: 14633481.
HSL color Cylindrical-coordinate representation of color #094ADF: hue angle of 221.78º 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 #094ADF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 74 | 223 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.13 |
| HSL | 221.78º | 0.92% | 0.45% | - |
| HSV(B) | 221.78º | 0.96% | 0.87% | - |
| XYZ | 15.88 | 10.28 | 70.96 | - |
| YUV | 71.55 | 213.47 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 223 | 0.96 | 0.67 | 0 | 0.13 | 221.78 | 0.92 | 0.45 |
| Hex | 9 | 4A | DF | 60 | 43 | 0 | D | DE | 5C | 2D |
| Octal | 11 | 112 | 337 | 140 | 103 | 0 | 15 | 336 | 134 | 55 |
| Binary | 1001 | 1001010 | 11011111 | 1100000 | 1000011 | 0 | 1101 | 11011110 | 1011100 | 101101 |
Color Harmonies of #094ADF
Complementary color
Monochromatic Colors of #094ADF
Black with #094ADF
Text Example
Text Example
White with #094ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094ADF; }
p { color: rgb(9,74,223); }
H1.HeaderClassName
{
color: #094ADF;
}
.AnyTagClassName
{
color: #094ADF;
}
</style>
background-color css
<style>
a { background-color: #094ADF; }
a { background-color: rgb(9,74,223); }
div.DivClassName
{
background-color: #094ADF;
}
.BgClassName
{
background-color: #094ADF;
}
</style>
border-color css
<style>
span { border-color: #094ADF; }
span { border-color: rgb(9,74,223); }
td.TdClassName
{
border-color: #094ADF;
}
.TagClassName
{
border-color: #094ADF;
}
</style>