Shades of Navy Blue #096DBF
Tints of Navy Blue #096DBF
RGB
CMYK
RGB Variations
Color information
#096DBF (or 0x096DBF) is known color: Navy Blue. HEX triplet: 09, 6D and BF. RGB value is (9,109,191). Sum of RGB (Red+Green+Blue) = 9+109+191=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #096DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DBF is #F69240. Grayscale: #585858. Windows color (decimal): -16159297 or 12545289. OLE color: 12545289.
HSL color Cylindrical-coordinate representation of color #096DBF: hue angle of 207.03º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DBF is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 109 | 191 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.25 |
| HSL | 207.03º | 0.91% | 0.39% | - |
| HSV(B) | 207.03º | 0.95% | 0.75% | - |
| XYZ | 14.99 | 14.76 | 51.35 | - |
| YUV | 88.45 | 185.87 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 191 | 0.95 | 0.43 | 0 | 0.25 | 207.03 | 0.91 | 0.39 |
| Hex | 9 | 6D | BF | 5F | 2B | 0 | 19 | CF | 5B | 27 |
| Octal | 11 | 155 | 277 | 137 | 53 | 0 | 31 | 317 | 133 | 47 |
| Binary | 1001 | 1101101 | 10111111 | 1011111 | 101011 | 0 | 11001 | 11001111 | 1011011 | 100111 |
Color Harmonies of #096DBF
Complementary color
Monochromatic Colors of #096DBF
Black with #096DBF
Text Example
Text Example
White with #096DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DBF; }
p { color: rgb(9,109,191); }
H1.HeaderClassName
{
color: #096DBF;
}
.AnyTagClassName
{
color: #096DBF;
}
</style>
background-color css
<style>
a { background-color: #096DBF; }
a { background-color: rgb(9,109,191); }
div.DivClassName
{
background-color: #096DBF;
}
.BgClassName
{
background-color: #096DBF;
}
</style>
border-color css
<style>
span { border-color: #096DBF; }
span { border-color: rgb(9,109,191); }
td.TdClassName
{
border-color: #096DBF;
}
.TagClassName
{
border-color: #096DBF;
}
</style>