Shades of Navy Blue #096ADC
Tints of Navy Blue #096ADC
RGB
CMYK
RGB Variations
Color information
#096ADC (or 0x096ADC) is known color: Navy Blue. HEX triplet: 09, 6A and DC. RGB value is (9,106,220). Sum of RGB (Red+Green+Blue) = 9+106+220=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #096ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ADC is #F69523. Grayscale: #595959. Windows color (decimal): -16160036 or 14445065. OLE color: 14445065.
HSL color Cylindrical-coordinate representation of color #096ADC: hue angle of 212.42º 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 #096ADC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 106 | 220 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.14 |
| HSL | 212.42º | 0.92% | 0.45% | - |
| HSV(B) | 212.42º | 0.96% | 0.86% | - |
| XYZ | 18.18 | 15.53 | 69.75 | - |
| YUV | 89.99 | 201.36 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 220 | 0.96 | 0.52 | 0 | 0.14 | 212.42 | 0.92 | 0.45 |
| Hex | 9 | 6A | DC | 60 | 34 | 0 | E | D4 | 5C | 2D |
| Octal | 11 | 152 | 334 | 140 | 64 | 0 | 16 | 324 | 134 | 55 |
| Binary | 1001 | 1101010 | 11011100 | 1100000 | 110100 | 0 | 1110 | 11010100 | 1011100 | 101101 |
Color Harmonies of #096ADC
Complementary color
Monochromatic Colors of #096ADC
Black with #096ADC
Text Example
Text Example
White with #096ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ADC; }
p { color: rgb(9,106,220); }
H1.HeaderClassName
{
color: #096ADC;
}
.AnyTagClassName
{
color: #096ADC;
}
</style>
background-color css
<style>
a { background-color: #096ADC; }
a { background-color: rgb(9,106,220); }
div.DivClassName
{
background-color: #096ADC;
}
.BgClassName
{
background-color: #096ADC;
}
</style>
border-color css
<style>
span { border-color: #096ADC; }
span { border-color: rgb(9,106,220); }
td.TdClassName
{
border-color: #096ADC;
}
.TagClassName
{
border-color: #096ADC;
}
</style>