Shades of Navy Blue #095ACD
Tints of Navy Blue #095ACD
RGB
CMYK
RGB Variations
Color information
#095ACD (or 0x095ACD) is known color: Navy Blue. HEX triplet: 09, 5A and CD. RGB value is (9,90,205). Sum of RGB (Red+Green+Blue) = 9+90+205=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #095ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ACD is #F6A532. Grayscale: #4E4E4E. Windows color (decimal): -16164147 or 13457929. OLE color: 13457929.
HSL color Cylindrical-coordinate representation of color #095ACD: hue angle of 215.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ACD is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 90 | 205 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.20 |
| HSL | 215.2º | 0.92% | 0.42% | - |
| HSV(B) | 215.2º | 0.96% | 0.8% | - |
| XYZ | 14.79 | 11.78 | 59.25 | - |
| YUV | 78.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 205 | 0.96 | 0.56 | 0 | 0.20 | 215.2 | 0.92 | 0.42 |
| Hex | 9 | 5A | CD | 60 | 38 | 0 | 14 | D7 | 5C | 2A |
| Octal | 11 | 132 | 315 | 140 | 70 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1001 | 1011010 | 11001101 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095ACD
Complementary color
Monochromatic Colors of #095ACD
Black with #095ACD
Text Example
Text Example
White with #095ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ACD; }
p { color: rgb(9,90,205); }
H1.HeaderClassName
{
color: #095ACD;
}
.AnyTagClassName
{
color: #095ACD;
}
</style>
background-color css
<style>
a { background-color: #095ACD; }
a { background-color: rgb(9,90,205); }
div.DivClassName
{
background-color: #095ACD;
}
.BgClassName
{
background-color: #095ACD;
}
</style>
border-color css
<style>
span { border-color: #095ACD; }
span { border-color: rgb(9,90,205); }
td.TdClassName
{
border-color: #095ACD;
}
.TagClassName
{
border-color: #095ACD;
}
</style>