Shades of Navy Blue #095DCF
Tints of Navy Blue #095DCF
RGB
CMYK
RGB Variations
Color information
#095DCF (or 0x095DCF) is known color: Navy Blue. HEX triplet: 09, 5D and CF. RGB value is (9,93,207). Sum of RGB (Red+Green+Blue) = 9+93+207=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #095DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DCF is #F6A230. Grayscale: #505050. Windows color (decimal): -16163377 or 13589769. OLE color: 13589769.
HSL color Cylindrical-coordinate representation of color #095DCF: hue angle of 214.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DCF is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 93 | 207 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.19 |
| HSL | 214.55º | 0.92% | 0.42% | - |
| HSV(B) | 214.55º | 0.96% | 0.81% | - |
| XYZ | 15.29 | 12.39 | 60.62 | - |
| YUV | 80.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 207 | 0.96 | 0.55 | 0 | 0.19 | 214.55 | 0.92 | 0.42 |
| Hex | 9 | 5D | CF | 60 | 37 | 0 | 13 | D7 | 5C | 2A |
| Octal | 11 | 135 | 317 | 140 | 67 | 0 | 23 | 327 | 134 | 52 |
| Binary | 1001 | 1011101 | 11001111 | 1100000 | 110111 | 0 | 10011 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095DCF
Complementary color
Monochromatic Colors of #095DCF
Black with #095DCF
Text Example
Text Example
White with #095DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DCF; }
p { color: rgb(9,93,207); }
H1.HeaderClassName
{
color: #095DCF;
}
.AnyTagClassName
{
color: #095DCF;
}
</style>
background-color css
<style>
a { background-color: #095DCF; }
a { background-color: rgb(9,93,207); }
div.DivClassName
{
background-color: #095DCF;
}
.BgClassName
{
background-color: #095DCF;
}
</style>
border-color css
<style>
span { border-color: #095DCF; }
span { border-color: rgb(9,93,207); }
td.TdClassName
{
border-color: #095DCF;
}
.TagClassName
{
border-color: #095DCF;
}
</style>