Shades of Navy Blue #094ADC
Tints of Navy Blue #094ADC
RGB
CMYK
RGB Variations
Color information
#094ADC (or 0x094ADC) is known color: Navy Blue. HEX triplet: 09, 4A and DC. RGB value is (9,74,220). Sum of RGB (Red+Green+Blue) = 9+74+220=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #094ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ADC is #F6B523. Grayscale: #464646. Windows color (decimal): -16168228 or 14436873. OLE color: 14436873.
HSL color Cylindrical-coordinate representation of color #094ADC: hue angle of 221.52º 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 #094ADC is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 74 | 220 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.14 |
| HSL | 221.52º | 0.92% | 0.45% | - |
| HSV(B) | 221.52º | 0.96% | 0.86% | - |
| XYZ | 15.48 | 10.12 | 68.85 | - |
| YUV | 71.21 | 211.97 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 220 | 0.96 | 0.66 | 0 | 0.14 | 221.52 | 0.92 | 0.45 |
| Hex | 9 | 4A | DC | 60 | 42 | 0 | E | DE | 5C | 2D |
| Octal | 11 | 112 | 334 | 140 | 102 | 0 | 16 | 336 | 134 | 55 |
| Binary | 1001 | 1001010 | 11011100 | 1100000 | 1000010 | 0 | 1110 | 11011110 | 1011100 | 101101 |
Color Harmonies of #094ADC
Complementary color
Monochromatic Colors of #094ADC
Black with #094ADC
Text Example
Text Example
White with #094ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094ADC; }
p { color: rgb(9,74,220); }
H1.HeaderClassName
{
color: #094ADC;
}
.AnyTagClassName
{
color: #094ADC;
}
</style>
background-color css
<style>
a { background-color: #094ADC; }
a { background-color: rgb(9,74,220); }
div.DivClassName
{
background-color: #094ADC;
}
.BgClassName
{
background-color: #094ADC;
}
</style>
border-color css
<style>
span { border-color: #094ADC; }
span { border-color: rgb(9,74,220); }
td.TdClassName
{
border-color: #094ADC;
}
.TagClassName
{
border-color: #094ADC;
}
</style>