Shades of Navy Blue #096ADD
Tints of Navy Blue #096ADD
RGB
CMYK
RGB Variations
Color information
#096ADD (or 0x096ADD) is known color: Navy Blue. HEX triplet: 09, 6A and DD. RGB value is (9,106,221). Sum of RGB (Red+Green+Blue) = 9+106+221=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #096ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ADD is #F69522. Grayscale: #595959. Windows color (decimal): -16160035 or 14510601. OLE color: 14510601.
HSL color Cylindrical-coordinate representation of color #096ADD: hue angle of 212.55º 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 #096ADD is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 106 | 221 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.13 |
| HSL | 212.55º | 0.92% | 0.45% | - |
| HSV(B) | 212.55º | 0.96% | 0.87% | - |
| XYZ | 18.32 | 15.59 | 70.45 | - |
| YUV | 90.11 | 201.86 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 221 | 0.96 | 0.52 | 0 | 0.13 | 212.55 | 0.92 | 0.45 |
| Hex | 9 | 6A | DD | 60 | 34 | 0 | D | D5 | 5C | 2D |
| Octal | 11 | 152 | 335 | 140 | 64 | 0 | 15 | 325 | 134 | 55 |
| Binary | 1001 | 1101010 | 11011101 | 1100000 | 110100 | 0 | 1101 | 11010101 | 1011100 | 101101 |
Color Harmonies of #096ADD
Complementary color
Monochromatic Colors of #096ADD
Black with #096ADD
Text Example
Text Example
White with #096ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ADD; }
p { color: rgb(9,106,221); }
H1.HeaderClassName
{
color: #096ADD;
}
.AnyTagClassName
{
color: #096ADD;
}
</style>
background-color css
<style>
a { background-color: #096ADD; }
a { background-color: rgb(9,106,221); }
div.DivClassName
{
background-color: #096ADD;
}
.BgClassName
{
background-color: #096ADD;
}
</style>
border-color css
<style>
span { border-color: #096ADD; }
span { border-color: rgb(9,106,221); }
td.TdClassName
{
border-color: #096ADD;
}
.TagClassName
{
border-color: #096ADD;
}
</style>