Shades of Navy Blue #095ECB
Tints of Navy Blue #095ECB
RGB
CMYK
RGB Variations
Color information
#095ECB (or 0x095ECB) is known color: Navy Blue. HEX triplet: 09, 5E and CB. RGB value is (9,94,203). Sum of RGB (Red+Green+Blue) = 9+94+203=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #095ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ECB is #F6A134. Grayscale: #505050. Windows color (decimal): -16163125 or 13327881. OLE color: 13327881.
HSL color Cylindrical-coordinate representation of color #095ECB: hue angle of 213.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095ECB is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 94 | 203 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.20 |
| HSL | 213.71º | 0.92% | 0.42% | - |
| HSV(B) | 213.71º | 0.96% | 0.8% | - |
| XYZ | 14.89 | 12.38 | 58.1 | - |
| YUV | 81.01 | 196.84 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 203 | 0.96 | 0.54 | 0 | 0.20 | 213.71 | 0.92 | 0.42 |
| Hex | 9 | 5E | CB | 60 | 36 | 0 | 14 | D6 | 5C | 2A |
| Octal | 11 | 136 | 313 | 140 | 66 | 0 | 24 | 326 | 134 | 52 |
| Binary | 1001 | 1011110 | 11001011 | 1100000 | 110110 | 0 | 10100 | 11010110 | 1011100 | 101010 |
Color Harmonies of #095ECB
Complementary color
Monochromatic Colors of #095ECB
Black with #095ECB
Text Example
Text Example
White with #095ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ECB; }
p { color: rgb(9,94,203); }
H1.HeaderClassName
{
color: #095ECB;
}
.AnyTagClassName
{
color: #095ECB;
}
</style>
background-color css
<style>
a { background-color: #095ECB; }
a { background-color: rgb(9,94,203); }
div.DivClassName
{
background-color: #095ECB;
}
.BgClassName
{
background-color: #095ECB;
}
</style>
border-color css
<style>
span { border-color: #095ECB; }
span { border-color: rgb(9,94,203); }
td.TdClassName
{
border-color: #095ECB;
}
.TagClassName
{
border-color: #095ECB;
}
</style>