Shades of Navy Blue #095EE5
Tints of Navy Blue #095EE5
RGB
CMYK
RGB Variations
Color information
#095EE5 (or 0x095EE5) is known color: Navy Blue. HEX triplet: 09, 5E and E5. RGB value is (9,94,229). Sum of RGB (Red+Green+Blue) = 9+94+229=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #095EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EE5 is #F6A11A. Grayscale: #535353. Windows color (decimal): -16163099 or 15031817. OLE color: 15031817.
HSL color Cylindrical-coordinate representation of color #095EE5: hue angle of 216.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EE5 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 94 | 229 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.10 |
| HSL | 216.82º | 0.92% | 0.47% | - |
| HSV(B) | 216.82º | 0.96% | 0.9% | - |
| XYZ | 18.26 | 13.72 | 75.81 | - |
| YUV | 83.98 | 209.84 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 229 | 0.96 | 0.59 | 0 | 0.10 | 216.82 | 0.92 | 0.47 |
| Hex | 9 | 5E | E5 | 60 | 3B | 0 | A | D9 | 5C | 2F |
| Octal | 11 | 136 | 345 | 140 | 73 | 0 | 12 | 331 | 134 | 57 |
| Binary | 1001 | 1011110 | 11100101 | 1100000 | 111011 | 0 | 1010 | 11011001 | 1011100 | 101111 |
Color Harmonies of #095EE5
Complementary color
Monochromatic Colors of #095EE5
Black with #095EE5
Text Example
Text Example
White with #095EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EE5; }
p { color: rgb(9,94,229); }
H1.HeaderClassName
{
color: #095EE5;
}
.AnyTagClassName
{
color: #095EE5;
}
</style>
background-color css
<style>
a { background-color: #095EE5; }
a { background-color: rgb(9,94,229); }
div.DivClassName
{
background-color: #095EE5;
}
.BgClassName
{
background-color: #095EE5;
}
</style>
border-color css
<style>
span { border-color: #095EE5; }
span { border-color: rgb(9,94,229); }
td.TdClassName
{
border-color: #095EE5;
}
.TagClassName
{
border-color: #095EE5;
}
</style>