Shades of Navy Blue #095EDD
Tints of Navy Blue #095EDD
RGB
CMYK
RGB Variations
Color information
#095EDD (or 0x095EDD) is known color: Navy Blue. HEX triplet: 09, 5E and DD. RGB value is (9,94,221). Sum of RGB (Red+Green+Blue) = 9+94+221=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #095EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EDD is #F6A122. Grayscale: #525252. Windows color (decimal): -16163107 or 14507529. OLE color: 14507529.
HSL color Cylindrical-coordinate representation of color #095EDD: hue angle of 215.94º 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 #095EDD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 94 | 221 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.13 |
| HSL | 215.94º | 0.92% | 0.45% | - |
| HSV(B) | 215.94º | 0.96% | 0.87% | - |
| XYZ | 17.17 | 13.28 | 70.07 | - |
| YUV | 83.06 | 205.84 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 221 | 0.96 | 0.57 | 0 | 0.13 | 215.94 | 0.92 | 0.45 |
| Hex | 9 | 5E | DD | 60 | 39 | 0 | D | D8 | 5C | 2D |
| Octal | 11 | 136 | 335 | 140 | 71 | 0 | 15 | 330 | 134 | 55 |
| Binary | 1001 | 1011110 | 11011101 | 1100000 | 111001 | 0 | 1101 | 11011000 | 1011100 | 101101 |
Color Harmonies of #095EDD
Complementary color
Monochromatic Colors of #095EDD
Black with #095EDD
Text Example
Text Example
White with #095EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EDD; }
p { color: rgb(9,94,221); }
H1.HeaderClassName
{
color: #095EDD;
}
.AnyTagClassName
{
color: #095EDD;
}
</style>
background-color css
<style>
a { background-color: #095EDD; }
a { background-color: rgb(9,94,221); }
div.DivClassName
{
background-color: #095EDD;
}
.BgClassName
{
background-color: #095EDD;
}
</style>
border-color css
<style>
span { border-color: #095EDD; }
span { border-color: rgb(9,94,221); }
td.TdClassName
{
border-color: #095EDD;
}
.TagClassName
{
border-color: #095EDD;
}
</style>