Shades of Navy Blue #096DBD
Tints of Navy Blue #096DBD
RGB
CMYK
RGB Variations
Color information
#096DBD (or 0x096DBD) is known color: Navy Blue. HEX triplet: 09, 6D and BD. RGB value is (9,109,189). Sum of RGB (Red+Green+Blue) = 9+109+189=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #096DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DBD is #F69242. Grayscale: #575757. Windows color (decimal): -16159299 or 12414217. OLE color: 12414217.
HSL color Cylindrical-coordinate representation of color #096DBD: hue angle of 206.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DBD is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 109 | 189 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.26 |
| HSL | 206.67º | 0.91% | 0.39% | - |
| HSV(B) | 206.67º | 0.95% | 0.74% | - |
| XYZ | 14.77 | 14.67 | 50.2 | - |
| YUV | 88.22 | 184.87 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 189 | 0.95 | 0.42 | 0 | 0.26 | 206.67 | 0.91 | 0.39 |
| Hex | 9 | 6D | BD | 5F | 2A | 0 | 1A | CF | 5B | 27 |
| Octal | 11 | 155 | 275 | 137 | 52 | 0 | 32 | 317 | 133 | 47 |
| Binary | 1001 | 1101101 | 10111101 | 1011111 | 101010 | 0 | 11010 | 11001111 | 1011011 | 100111 |
Color Harmonies of #096DBD
Complementary color
Monochromatic Colors of #096DBD
Black with #096DBD
Text Example
Text Example
White with #096DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DBD; }
p { color: rgb(9,109,189); }
H1.HeaderClassName
{
color: #096DBD;
}
.AnyTagClassName
{
color: #096DBD;
}
</style>
background-color css
<style>
a { background-color: #096DBD; }
a { background-color: rgb(9,109,189); }
div.DivClassName
{
background-color: #096DBD;
}
.BgClassName
{
background-color: #096DBD;
}
</style>
border-color css
<style>
span { border-color: #096DBD; }
span { border-color: rgb(9,109,189); }
td.TdClassName
{
border-color: #096DBD;
}
.TagClassName
{
border-color: #096DBD;
}
</style>