Shades of Navy Blue #095FDB
Tints of Navy Blue #095FDB
RGB
CMYK
RGB Variations
Color information
#095FDB (or 0x095FDB) is known color: Navy Blue. HEX triplet: 09, 5F and DB. RGB value is (9,95,219). Sum of RGB (Red+Green+Blue) = 9+95+219=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #095FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FDB is #F6A024. Grayscale: #525252. Windows color (decimal): -16162853 or 14376713. OLE color: 14376713.
HSL color Cylindrical-coordinate representation of color #095FDB: hue angle of 215.43º 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 #095FDB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 95 | 219 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.14 |
| HSL | 215.43º | 0.92% | 0.45% | - |
| HSV(B) | 215.43º | 0.96% | 0.86% | - |
| XYZ | 16.99 | 13.36 | 68.7 | - |
| YUV | 83.42 | 204.51 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 219 | 0.96 | 0.57 | 0 | 0.14 | 215.43 | 0.92 | 0.45 |
| Hex | 9 | 5F | DB | 60 | 39 | 0 | E | D7 | 5C | 2D |
| Octal | 11 | 137 | 333 | 140 | 71 | 0 | 16 | 327 | 134 | 55 |
| Binary | 1001 | 1011111 | 11011011 | 1100000 | 111001 | 0 | 1110 | 11010111 | 1011100 | 101101 |
Color Harmonies of #095FDB
Complementary color
Monochromatic Colors of #095FDB
Black with #095FDB
Text Example
Text Example
White with #095FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FDB; }
p { color: rgb(9,95,219); }
H1.HeaderClassName
{
color: #095FDB;
}
.AnyTagClassName
{
color: #095FDB;
}
</style>
background-color css
<style>
a { background-color: #095FDB; }
a { background-color: rgb(9,95,219); }
div.DivClassName
{
background-color: #095FDB;
}
.BgClassName
{
background-color: #095FDB;
}
</style>
border-color css
<style>
span { border-color: #095FDB; }
span { border-color: rgb(9,95,219); }
td.TdClassName
{
border-color: #095FDB;
}
.TagClassName
{
border-color: #095FDB;
}
</style>