Shades of Navy Blue #096DEF
Tints of Navy Blue #096DEF
RGB
CMYK
RGB Variations
Color information
#096DEF (or 0x096DEF) is known color: Navy Blue. HEX triplet: 09, 6D and EF. RGB value is (9,109,239). Sum of RGB (Red+Green+Blue) = 9+109+239=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #096DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DEF is #F69210. Grayscale: #5D5D5D. Windows color (decimal): -16159249 or 15691017. OLE color: 15691017.
HSL color Cylindrical-coordinate representation of color #096DEF: hue angle of 213.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DEF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 109 | 239 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.06 |
| HSL | 213.91º | 0.93% | 0.49% | - |
| HSV(B) | 213.91º | 0.96% | 0.94% | - |
| XYZ | 21.16 | 17.23 | 83.87 | - |
| YUV | 93.92 | 209.87 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 239 | 0.96 | 0.54 | 0 | 0.06 | 213.91 | 0.93 | 0.49 |
| Hex | 9 | 6D | EF | 60 | 36 | 0 | 6 | D6 | 5D | 31 |
| Octal | 11 | 155 | 357 | 140 | 66 | 0 | 6 | 326 | 135 | 61 |
| Binary | 1001 | 1101101 | 11101111 | 1100000 | 110110 | 0 | 110 | 11010110 | 1011101 | 110001 |
Color Harmonies of #096DEF
Complementary color
Monochromatic Colors of #096DEF
Black with #096DEF
Text Example
Text Example
White with #096DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DEF; }
p { color: rgb(9,109,239); }
H1.HeaderClassName
{
color: #096DEF;
}
.AnyTagClassName
{
color: #096DEF;
}
</style>
background-color css
<style>
a { background-color: #096DEF; }
a { background-color: rgb(9,109,239); }
div.DivClassName
{
background-color: #096DEF;
}
.BgClassName
{
background-color: #096DEF;
}
</style>
border-color css
<style>
span { border-color: #096DEF; }
span { border-color: rgb(9,109,239); }
td.TdClassName
{
border-color: #096DEF;
}
.TagClassName
{
border-color: #096DEF;
}
</style>