Shades of Navy Blue #096DDF
Tints of Navy Blue #096DDF
RGB
CMYK
RGB Variations
Color information
#096DDF (or 0x096DDF) is known color: Navy Blue. HEX triplet: 09, 6D and DF. RGB value is (9,109,223). Sum of RGB (Red+Green+Blue) = 9+109+223=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #096DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DDF is #F69220. Grayscale: #5B5B5B. Windows color (decimal): -16159265 or 14642441. OLE color: 14642441.
HSL color Cylindrical-coordinate representation of color #096DDF: hue angle of 211.96º 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 #096DDF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 109 | 223 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.13 |
| HSL | 211.96º | 0.92% | 0.45% | - |
| HSV(B) | 211.96º | 0.96% | 0.87% | - |
| XYZ | 18.9 | 16.32 | 71.97 | - |
| YUV | 92.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 223 | 0.96 | 0.51 | 0 | 0.13 | 211.96 | 0.92 | 0.45 |
| Hex | 9 | 6D | DF | 60 | 33 | 0 | D | D4 | 5C | 2D |
| Octal | 11 | 155 | 337 | 140 | 63 | 0 | 15 | 324 | 134 | 55 |
| Binary | 1001 | 1101101 | 11011111 | 1100000 | 110011 | 0 | 1101 | 11010100 | 1011100 | 101101 |
Color Harmonies of #096DDF
Complementary color
Monochromatic Colors of #096DDF
Black with #096DDF
Text Example
Text Example
White with #096DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DDF; }
p { color: rgb(9,109,223); }
H1.HeaderClassName
{
color: #096DDF;
}
.AnyTagClassName
{
color: #096DDF;
}
</style>
background-color css
<style>
a { background-color: #096DDF; }
a { background-color: rgb(9,109,223); }
div.DivClassName
{
background-color: #096DDF;
}
.BgClassName
{
background-color: #096DDF;
}
</style>
border-color css
<style>
span { border-color: #096DDF; }
span { border-color: rgb(9,109,223); }
td.TdClassName
{
border-color: #096DDF;
}
.TagClassName
{
border-color: #096DDF;
}
</style>