Shades of Navy Blue #095ADD
Tints of Navy Blue #095ADD
RGB
CMYK
RGB Variations
Color information
#095ADD (or 0x095ADD) is known color: Navy Blue. HEX triplet: 09, 5A and DD. RGB value is (9,90,221). Sum of RGB (Red+Green+Blue) = 9+90+221=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #095ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ADD is #F6A522. Grayscale: #505050. Windows color (decimal): -16164131 or 14506505. OLE color: 14506505.
HSL color Cylindrical-coordinate representation of color #095ADD: hue angle of 217.08º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ADD is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 90 | 221 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.13 |
| HSL | 217.08º | 0.92% | 0.45% | - |
| HSV(B) | 217.08º | 0.96% | 0.87% | - |
| XYZ | 16.82 | 12.59 | 69.95 | - |
| YUV | 80.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 221 | 0.96 | 0.59 | 0 | 0.13 | 217.08 | 0.92 | 0.45 |
| Hex | 9 | 5A | DD | 60 | 3B | 0 | D | D9 | 5C | 2D |
| Octal | 11 | 132 | 335 | 140 | 73 | 0 | 15 | 331 | 134 | 55 |
| Binary | 1001 | 1011010 | 11011101 | 1100000 | 111011 | 0 | 1101 | 11011001 | 1011100 | 101101 |
Color Harmonies of #095ADD
Complementary color
Monochromatic Colors of #095ADD
Black with #095ADD
Text Example
Text Example
White with #095ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ADD; }
p { color: rgb(9,90,221); }
H1.HeaderClassName
{
color: #095ADD;
}
.AnyTagClassName
{
color: #095ADD;
}
</style>
background-color css
<style>
a { background-color: #095ADD; }
a { background-color: rgb(9,90,221); }
div.DivClassName
{
background-color: #095ADD;
}
.BgClassName
{
background-color: #095ADD;
}
</style>
border-color css
<style>
span { border-color: #095ADD; }
span { border-color: rgb(9,90,221); }
td.TdClassName
{
border-color: #095ADD;
}
.TagClassName
{
border-color: #095ADD;
}
</style>