Shades of Navy Blue #095DEC
Tints of Navy Blue #095DEC
RGB
CMYK
RGB Variations
Color information
#095DEC (or 0x095DEC) is known color: Navy Blue. HEX triplet: 09, 5D and EC. RGB value is (9,93,236). Sum of RGB (Red+Green+Blue) = 9+93+236=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #095DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DEC is #F6A213. Grayscale: #535353. Windows color (decimal): -16163348 or 15490313. OLE color: 15490313.
HSL color Cylindrical-coordinate representation of color #095DEC: hue angle of 217.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DEC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 93 | 236 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.07 |
| HSL | 217.8º | 0.93% | 0.48% | - |
| HSV(B) | 217.8º | 0.96% | 0.93% | - |
| XYZ | 19.17 | 13.94 | 81.04 | - |
| YUV | 84.19 | 213.67 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 236 | 0.96 | 0.61 | 0 | 0.07 | 217.8 | 0.93 | 0.48 |
| Hex | 9 | 5D | EC | 60 | 3D | 0 | 7 | DA | 5D | 30 |
| Octal | 11 | 135 | 354 | 140 | 75 | 0 | 7 | 332 | 135 | 60 |
| Binary | 1001 | 1011101 | 11101100 | 1100000 | 111101 | 0 | 111 | 11011010 | 1011101 | 110000 |
Color Harmonies of #095DEC
Complementary color
Monochromatic Colors of #095DEC
Black with #095DEC
Text Example
Text Example
White with #095DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DEC; }
p { color: rgb(9,93,236); }
H1.HeaderClassName
{
color: #095DEC;
}
.AnyTagClassName
{
color: #095DEC;
}
</style>
background-color css
<style>
a { background-color: #095DEC; }
a { background-color: rgb(9,93,236); }
div.DivClassName
{
background-color: #095DEC;
}
.BgClassName
{
background-color: #095DEC;
}
</style>
border-color css
<style>
span { border-color: #095DEC; }
span { border-color: rgb(9,93,236); }
td.TdClassName
{
border-color: #095DEC;
}
.TagClassName
{
border-color: #095DEC;
}
</style>