Shades of Navy Blue #095ADB
Tints of Navy Blue #095ADB
RGB
CMYK
RGB Variations
Color information
#095ADB (or 0x095ADB) is known color: Navy Blue. HEX triplet: 09, 5A and DB. RGB value is (9,90,219). Sum of RGB (Red+Green+Blue) = 9+90+219=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #095ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ADB is #F6A524. Grayscale: #4F4F4F. Windows color (decimal): -16164133 or 14375433. OLE color: 14375433.
HSL color Cylindrical-coordinate representation of color #095ADB: hue angle of 216.86º 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 #095ADB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 90 | 219 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.14 |
| HSL | 216.86º | 0.92% | 0.45% | - |
| HSV(B) | 216.86º | 0.96% | 0.86% | - |
| XYZ | 16.56 | 12.48 | 68.56 | - |
| YUV | 80.49 | 206.16 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 219 | 0.96 | 0.59 | 0 | 0.14 | 216.86 | 0.92 | 0.45 |
| Hex | 9 | 5A | DB | 60 | 3B | 0 | E | D9 | 5C | 2D |
| Octal | 11 | 132 | 333 | 140 | 73 | 0 | 16 | 331 | 134 | 55 |
| Binary | 1001 | 1011010 | 11011011 | 1100000 | 111011 | 0 | 1110 | 11011001 | 1011100 | 101101 |
Color Harmonies of #095ADB
Complementary color
Monochromatic Colors of #095ADB
Black with #095ADB
Text Example
Text Example
White with #095ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ADB; }
p { color: rgb(9,90,219); }
H1.HeaderClassName
{
color: #095ADB;
}
.AnyTagClassName
{
color: #095ADB;
}
</style>
background-color css
<style>
a { background-color: #095ADB; }
a { background-color: rgb(9,90,219); }
div.DivClassName
{
background-color: #095ADB;
}
.BgClassName
{
background-color: #095ADB;
}
</style>
border-color css
<style>
span { border-color: #095ADB; }
span { border-color: rgb(9,90,219); }
td.TdClassName
{
border-color: #095ADB;
}
.TagClassName
{
border-color: #095ADB;
}
</style>