Shades of Navy Blue #095DDF
Tints of Navy Blue #095DDF
RGB
CMYK
RGB Variations
Color information
#095DDF (or 0x095DDF) is known color: Navy Blue. HEX triplet: 09, 5D and DF. RGB value is (9,93,223). Sum of RGB (Red+Green+Blue) = 9+93+223=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #095DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DDF is #F6A220. Grayscale: #525252. Windows color (decimal): -16163361 or 14638345. OLE color: 14638345.
HSL color Cylindrical-coordinate representation of color #095DDF: hue angle of 216.45º 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 #095DDF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 93 | 223 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.13 |
| HSL | 216.45º | 0.92% | 0.45% | - |
| HSV(B) | 216.45º | 0.96% | 0.87% | - |
| XYZ | 17.35 | 13.21 | 71.45 | - |
| YUV | 82.7 | 207.17 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 223 | 0.96 | 0.58 | 0 | 0.13 | 216.45 | 0.92 | 0.45 |
| Hex | 9 | 5D | DF | 60 | 3A | 0 | D | D8 | 5C | 2D |
| Octal | 11 | 135 | 337 | 140 | 72 | 0 | 15 | 330 | 134 | 55 |
| Binary | 1001 | 1011101 | 11011111 | 1100000 | 111010 | 0 | 1101 | 11011000 | 1011100 | 101101 |
Color Harmonies of #095DDF
Complementary color
Monochromatic Colors of #095DDF
Black with #095DDF
Text Example
Text Example
White with #095DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DDF; }
p { color: rgb(9,93,223); }
H1.HeaderClassName
{
color: #095DDF;
}
.AnyTagClassName
{
color: #095DDF;
}
</style>
background-color css
<style>
a { background-color: #095DDF; }
a { background-color: rgb(9,93,223); }
div.DivClassName
{
background-color: #095DDF;
}
.BgClassName
{
background-color: #095DDF;
}
</style>
border-color css
<style>
span { border-color: #095DDF; }
span { border-color: rgb(9,93,223); }
td.TdClassName
{
border-color: #095DDF;
}
.TagClassName
{
border-color: #095DDF;
}
</style>