Shades of Navy Blue #095BE5
Tints of Navy Blue #095BE5
RGB
CMYK
RGB Variations
Color information
#095BE5 (or 0x095BE5) is known color: Navy Blue. HEX triplet: 09, 5B and E5. RGB value is (9,91,229). Sum of RGB (Red+Green+Blue) = 9+91+229=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #095BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BE5 is #F6A41A. Grayscale: #515151. Windows color (decimal): -16163867 or 15031049. OLE color: 15031049.
HSL color Cylindrical-coordinate representation of color #095BE5: hue angle of 217.64º 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 #095BE5 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 91 | 229 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.10 |
| HSL | 217.64º | 0.92% | 0.47% | - |
| HSV(B) | 217.64º | 0.96% | 0.9% | - |
| XYZ | 18 | 13.2 | 75.73 | - |
| YUV | 82.21 | 210.83 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 229 | 0.96 | 0.60 | 0 | 0.10 | 217.64 | 0.92 | 0.47 |
| Hex | 9 | 5B | E5 | 60 | 3C | 0 | A | DA | 5C | 2F |
| Octal | 11 | 133 | 345 | 140 | 74 | 0 | 12 | 332 | 134 | 57 |
| Binary | 1001 | 1011011 | 11100101 | 1100000 | 111100 | 0 | 1010 | 11011010 | 1011100 | 101111 |
Color Harmonies of #095BE5
Complementary color
Monochromatic Colors of #095BE5
Black with #095BE5
Text Example
Text Example
White with #095BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BE5; }
p { color: rgb(9,91,229); }
H1.HeaderClassName
{
color: #095BE5;
}
.AnyTagClassName
{
color: #095BE5;
}
</style>
background-color css
<style>
a { background-color: #095BE5; }
a { background-color: rgb(9,91,229); }
div.DivClassName
{
background-color: #095BE5;
}
.BgClassName
{
background-color: #095BE5;
}
</style>
border-color css
<style>
span { border-color: #095BE5; }
span { border-color: rgb(9,91,229); }
td.TdClassName
{
border-color: #095BE5;
}
.TagClassName
{
border-color: #095BE5;
}
</style>