Shades of Navy Blue #096BDF
Tints of Navy Blue #096BDF
RGB
CMYK
RGB Variations
Color information
#096BDF (or 0x096BDF) is known color: Navy Blue. HEX triplet: 09, 6B and DF. RGB value is (9,107,223). Sum of RGB (Red+Green+Blue) = 9+107+223=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #096BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BDF is #F69420. Grayscale: #5A5A5A. Windows color (decimal): -16159777 or 14641929. OLE color: 14641929.
HSL color Cylindrical-coordinate representation of color #096BDF: hue angle of 212.52º 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 #096BDF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 107 | 223 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.13 |
| HSL | 212.52º | 0.92% | 0.45% | - |
| HSV(B) | 212.52º | 0.96% | 0.87% | - |
| XYZ | 18.69 | 15.9 | 71.9 | - |
| YUV | 90.92 | 202.53 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 223 | 0.96 | 0.52 | 0 | 0.13 | 212.52 | 0.92 | 0.45 |
| Hex | 9 | 6B | DF | 60 | 34 | 0 | D | D5 | 5C | 2D |
| Octal | 11 | 153 | 337 | 140 | 64 | 0 | 15 | 325 | 134 | 55 |
| Binary | 1001 | 1101011 | 11011111 | 1100000 | 110100 | 0 | 1101 | 11010101 | 1011100 | 101101 |
Color Harmonies of #096BDF
Complementary color
Monochromatic Colors of #096BDF
Black with #096BDF
Text Example
Text Example
White with #096BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BDF; }
p { color: rgb(9,107,223); }
H1.HeaderClassName
{
color: #096BDF;
}
.AnyTagClassName
{
color: #096BDF;
}
</style>
background-color css
<style>
a { background-color: #096BDF; }
a { background-color: rgb(9,107,223); }
div.DivClassName
{
background-color: #096BDF;
}
.BgClassName
{
background-color: #096BDF;
}
</style>
border-color css
<style>
span { border-color: #096BDF; }
span { border-color: rgb(9,107,223); }
td.TdClassName
{
border-color: #096BDF;
}
.TagClassName
{
border-color: #096BDF;
}
</style>