Shades of Navy Blue #095DDE
Tints of Navy Blue #095DDE
RGB
CMYK
RGB Variations
Color information
#095DDE (or 0x095DDE) is known color: Navy Blue. HEX triplet: 09, 5D and DE. RGB value is (9,93,222). Sum of RGB (Red+Green+Blue) = 9+93+222=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #095DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DDE is #F6A221. Grayscale: #515151. Windows color (decimal): -16163362 or 14572809. OLE color: 14572809.
HSL color Cylindrical-coordinate representation of color #095DDE: hue angle of 216.34º 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 #095DDE is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 93 | 222 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.13 |
| HSL | 216.34º | 0.92% | 0.45% | - |
| HSV(B) | 216.34º | 0.96% | 0.87% | - |
| XYZ | 17.21 | 13.16 | 70.74 | - |
| YUV | 82.59 | 206.67 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 222 | 0.96 | 0.58 | 0 | 0.13 | 216.34 | 0.92 | 0.45 |
| Hex | 9 | 5D | DE | 60 | 3A | 0 | D | D8 | 5C | 2D |
| Octal | 11 | 135 | 336 | 140 | 72 | 0 | 15 | 330 | 134 | 55 |
| Binary | 1001 | 1011101 | 11011110 | 1100000 | 111010 | 0 | 1101 | 11011000 | 1011100 | 101101 |
Color Harmonies of #095DDE
Complementary color
Monochromatic Colors of #095DDE
Black with #095DDE
Text Example
Text Example
White with #095DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DDE; }
p { color: rgb(9,93,222); }
H1.HeaderClassName
{
color: #095DDE;
}
.AnyTagClassName
{
color: #095DDE;
}
</style>
background-color css
<style>
a { background-color: #095DDE; }
a { background-color: rgb(9,93,222); }
div.DivClassName
{
background-color: #095DDE;
}
.BgClassName
{
background-color: #095DDE;
}
</style>
border-color css
<style>
span { border-color: #095DDE; }
span { border-color: rgb(9,93,222); }
td.TdClassName
{
border-color: #095DDE;
}
.TagClassName
{
border-color: #095DDE;
}
</style>