Shades of Navy Blue #095EEE
Tints of Navy Blue #095EEE
RGB
CMYK
RGB Variations
Color information
#095EEE (or 0x095EEE) is known color: Navy Blue. HEX triplet: 09, 5E and EE. RGB value is (9,94,238). Sum of RGB (Red+Green+Blue) = 9+94+238=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #095EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EEE is #F6A111. Grayscale: #545454. Windows color (decimal): -16163090 or 15621641. OLE color: 15621641.
HSL color Cylindrical-coordinate representation of color #095EEE: hue angle of 217.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EEE is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 94 | 238 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.07 |
| HSL | 217.73º | 0.93% | 0.48% | - |
| HSV(B) | 217.73º | 0.96% | 0.93% | - |
| XYZ | 19.55 | 14.24 | 82.61 | - |
| YUV | 85 | 214.34 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 238 | 0.96 | 0.61 | 0 | 0.07 | 217.73 | 0.93 | 0.48 |
| Hex | 9 | 5E | EE | 60 | 3D | 0 | 7 | DA | 5D | 30 |
| Octal | 11 | 136 | 356 | 140 | 75 | 0 | 7 | 332 | 135 | 60 |
| Binary | 1001 | 1011110 | 11101110 | 1100000 | 111101 | 0 | 111 | 11011010 | 1011101 | 110000 |
Color Harmonies of #095EEE
Complementary color
Monochromatic Colors of #095EEE
Black with #095EEE
Text Example
Text Example
White with #095EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EEE; }
p { color: rgb(9,94,238); }
H1.HeaderClassName
{
color: #095EEE;
}
.AnyTagClassName
{
color: #095EEE;
}
</style>
background-color css
<style>
a { background-color: #095EEE; }
a { background-color: rgb(9,94,238); }
div.DivClassName
{
background-color: #095EEE;
}
.BgClassName
{
background-color: #095EEE;
}
</style>
border-color css
<style>
span { border-color: #095EEE; }
span { border-color: rgb(9,94,238); }
td.TdClassName
{
border-color: #095EEE;
}
.TagClassName
{
border-color: #095EEE;
}
</style>