Shades of Navy Blue #096DED
Tints of Navy Blue #096DED
RGB
CMYK
RGB Variations
Color information
#096DED (or 0x096DED) is known color: Navy Blue. HEX triplet: 09, 6D and ED. RGB value is (9,109,237). Sum of RGB (Red+Green+Blue) = 9+109+237=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #096DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DED is #F69212. Grayscale: #5D5D5D. Windows color (decimal): -16159251 or 15559945. OLE color: 15559945.
HSL color Cylindrical-coordinate representation of color #096DED: hue angle of 213.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DED is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 109 | 237 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.07 |
| HSL | 213.68º | 0.93% | 0.48% | - |
| HSV(B) | 213.68º | 0.96% | 0.93% | - |
| XYZ | 20.87 | 17.11 | 82.32 | - |
| YUV | 93.69 | 208.87 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 237 | 0.96 | 0.54 | 0 | 0.07 | 213.68 | 0.93 | 0.48 |
| Hex | 9 | 6D | ED | 60 | 36 | 0 | 7 | D6 | 5D | 30 |
| Octal | 11 | 155 | 355 | 140 | 66 | 0 | 7 | 326 | 135 | 60 |
| Binary | 1001 | 1101101 | 11101101 | 1100000 | 110110 | 0 | 111 | 11010110 | 1011101 | 110000 |
Color Harmonies of #096DED
Complementary color
Monochromatic Colors of #096DED
Black with #096DED
Text Example
Text Example
White with #096DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DED; }
p { color: rgb(9,109,237); }
H1.HeaderClassName
{
color: #096DED;
}
.AnyTagClassName
{
color: #096DED;
}
</style>
background-color css
<style>
a { background-color: #096DED; }
a { background-color: rgb(9,109,237); }
div.DivClassName
{
background-color: #096DED;
}
.BgClassName
{
background-color: #096DED;
}
</style>
border-color css
<style>
span { border-color: #096DED; }
span { border-color: rgb(9,109,237); }
td.TdClassName
{
border-color: #096DED;
}
.TagClassName
{
border-color: #096DED;
}
</style>