Shades of Navy Blue #095ECE
Tints of Navy Blue #095ECE
RGB
CMYK
RGB Variations
Color information
#095ECE (or 0x095ECE) is known color: Navy Blue. HEX triplet: 09, 5E and CE. RGB value is (9,94,206). Sum of RGB (Red+Green+Blue) = 9+94+206=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #095ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ECE is #F6A131. Grayscale: #505050. Windows color (decimal): -16163122 or 13524489. OLE color: 13524489.
HSL color Cylindrical-coordinate representation of color #095ECE: hue angle of 214.11º 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 #095ECE is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 94 | 206 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.19 |
| HSL | 214.11º | 0.92% | 0.42% | - |
| HSV(B) | 214.11º | 0.96% | 0.81% | - |
| XYZ | 15.26 | 12.52 | 60 | - |
| YUV | 81.35 | 198.34 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 206 | 0.96 | 0.54 | 0 | 0.19 | 214.11 | 0.92 | 0.42 |
| Hex | 9 | 5E | CE | 60 | 36 | 0 | 13 | D6 | 5C | 2A |
| Octal | 11 | 136 | 316 | 140 | 66 | 0 | 23 | 326 | 134 | 52 |
| Binary | 1001 | 1011110 | 11001110 | 1100000 | 110110 | 0 | 10011 | 11010110 | 1011100 | 101010 |
Color Harmonies of #095ECE
Complementary color
Monochromatic Colors of #095ECE
Black with #095ECE
Text Example
Text Example
White with #095ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ECE; }
p { color: rgb(9,94,206); }
H1.HeaderClassName
{
color: #095ECE;
}
.AnyTagClassName
{
color: #095ECE;
}
</style>
background-color css
<style>
a { background-color: #095ECE; }
a { background-color: rgb(9,94,206); }
div.DivClassName
{
background-color: #095ECE;
}
.BgClassName
{
background-color: #095ECE;
}
</style>
border-color css
<style>
span { border-color: #095ECE; }
span { border-color: rgb(9,94,206); }
td.TdClassName
{
border-color: #095ECE;
}
.TagClassName
{
border-color: #095ECE;
}
</style>