Shades of Navy Blue #095BDB
Tints of Navy Blue #095BDB
RGB
CMYK
RGB Variations
Color information
#095BDB (or 0x095BDB) is known color: Navy Blue. HEX triplet: 09, 5B and DB. RGB value is (9,91,219). Sum of RGB (Red+Green+Blue) = 9+91+219=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #095BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BDB is #F6A424. Grayscale: #505050. Windows color (decimal): -16163877 or 14375689. OLE color: 14375689.
HSL color Cylindrical-coordinate representation of color #095BDB: hue angle of 216.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BDB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 91 | 219 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.14 |
| HSL | 216.57º | 0.92% | 0.45% | - |
| HSV(B) | 216.57º | 0.96% | 0.86% | - |
| XYZ | 16.64 | 12.65 | 68.58 | - |
| YUV | 81.07 | 205.83 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 219 | 0.96 | 0.58 | 0 | 0.14 | 216.57 | 0.92 | 0.45 |
| Hex | 9 | 5B | DB | 60 | 3A | 0 | E | D9 | 5C | 2D |
| Octal | 11 | 133 | 333 | 140 | 72 | 0 | 16 | 331 | 134 | 55 |
| Binary | 1001 | 1011011 | 11011011 | 1100000 | 111010 | 0 | 1110 | 11011001 | 1011100 | 101101 |
Color Harmonies of #095BDB
Complementary color
Monochromatic Colors of #095BDB
Black with #095BDB
Text Example
Text Example
White with #095BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BDB; }
p { color: rgb(9,91,219); }
H1.HeaderClassName
{
color: #095BDB;
}
.AnyTagClassName
{
color: #095BDB;
}
</style>
background-color css
<style>
a { background-color: #095BDB; }
a { background-color: rgb(9,91,219); }
div.DivClassName
{
background-color: #095BDB;
}
.BgClassName
{
background-color: #095BDB;
}
</style>
border-color css
<style>
span { border-color: #095BDB; }
span { border-color: rgb(9,91,219); }
td.TdClassName
{
border-color: #095BDB;
}
.TagClassName
{
border-color: #095BDB;
}
</style>