Shades of Navy Blue #096BD3
Tints of Navy Blue #096BD3
RGB
CMYK
RGB Variations
Color information
#096BD3 (or 0x096BD3) is known color: Navy Blue. HEX triplet: 09, 6B and D3. RGB value is (9,107,211). Sum of RGB (Red+Green+Blue) = 9+107+211=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 211 (82.81% from 255 or 64.53% from 327); Max value from RGB is 211 - color contains mainly: blue. Hex color #096BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BD3 is #F6942C. Grayscale: #595959. Windows color (decimal): -16159789 or 13855497. OLE color: 13855497.
HSL color Cylindrical-coordinate representation of color #096BD3: hue angle of 210.89º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BD3 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 107 | 211 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.17 |
| HSL | 210.89º | 0.92% | 0.43% | - |
| HSV(B) | 210.89º | 0.96% | 0.83% | - |
| XYZ | 17.13 | 15.28 | 63.67 | - |
| YUV | 89.55 | 196.53 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 211 | 0.96 | 0.49 | 0 | 0.17 | 210.89 | 0.92 | 0.43 |
| Hex | 9 | 6B | D3 | 60 | 31 | 0 | 11 | D3 | 5C | 2B |
| Octal | 11 | 153 | 323 | 140 | 61 | 0 | 21 | 323 | 134 | 53 |
| Binary | 1001 | 1101011 | 11010011 | 1100000 | 110001 | 0 | 10001 | 11010011 | 1011100 | 101011 |
Color Harmonies of #096BD3
Complementary color
Monochromatic Colors of #096BD3
Black with #096BD3
Text Example
Text Example
White with #096BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BD3; }
p { color: rgb(9,107,211); }
H1.HeaderClassName
{
color: #096BD3;
}
.AnyTagClassName
{
color: #096BD3;
}
</style>
background-color css
<style>
a { background-color: #096BD3; }
a { background-color: rgb(9,107,211); }
div.DivClassName
{
background-color: #096BD3;
}
.BgClassName
{
background-color: #096BD3;
}
</style>
border-color css
<style>
span { border-color: #096BD3; }
span { border-color: rgb(9,107,211); }
td.TdClassName
{
border-color: #096BD3;
}
.TagClassName
{
border-color: #096BD3;
}
</style>