Shades of Navy Blue #095AD9
Tints of Navy Blue #095AD9
RGB
CMYK
RGB Variations
Color information
#095AD9 (or 0x095AD9) is known color: Navy Blue. HEX triplet: 09, 5A and D9. RGB value is (9,90,217). Sum of RGB (Red+Green+Blue) = 9+90+217=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #095AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AD9 is #F6A526. Grayscale: #4F4F4F. Windows color (decimal): -16164135 or 14244361. OLE color: 14244361.
HSL color Cylindrical-coordinate representation of color #095AD9: hue angle of 216.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AD9 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 90 | 217 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.15 |
| HSL | 216.63º | 0.92% | 0.44% | - |
| HSV(B) | 216.63º | 0.96% | 0.85% | - |
| XYZ | 16.29 | 12.38 | 67.18 | - |
| YUV | 80.26 | 205.16 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 217 | 0.96 | 0.59 | 0 | 0.15 | 216.63 | 0.92 | 0.44 |
| Hex | 9 | 5A | D9 | 60 | 3B | 0 | F | D9 | 5C | 2C |
| Octal | 11 | 132 | 331 | 140 | 73 | 0 | 17 | 331 | 134 | 54 |
| Binary | 1001 | 1011010 | 11011001 | 1100000 | 111011 | 0 | 1111 | 11011001 | 1011100 | 101100 |
Color Harmonies of #095AD9
Complementary color
Monochromatic Colors of #095AD9
Black with #095AD9
Text Example
Text Example
White with #095AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AD9; }
p { color: rgb(9,90,217); }
H1.HeaderClassName
{
color: #095AD9;
}
.AnyTagClassName
{
color: #095AD9;
}
</style>
background-color css
<style>
a { background-color: #095AD9; }
a { background-color: rgb(9,90,217); }
div.DivClassName
{
background-color: #095AD9;
}
.BgClassName
{
background-color: #095AD9;
}
</style>
border-color css
<style>
span { border-color: #095AD9; }
span { border-color: rgb(9,90,217); }
td.TdClassName
{
border-color: #095AD9;
}
.TagClassName
{
border-color: #095AD9;
}
</style>