Shades of Navy Blue #095BE6
Tints of Navy Blue #095BE6
RGB
CMYK
RGB Variations
Color information
#095BE6 (or 0x095BE6) is known color: Navy Blue. HEX triplet: 09, 5B and E6. RGB value is (9,91,230). Sum of RGB (Red+Green+Blue) = 9+91+230=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #095BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BE6 is #F6A419. Grayscale: #515151. Windows color (decimal): -16163866 or 15096585. OLE color: 15096585.
HSL color Cylindrical-coordinate representation of color #095BE6: hue angle of 217.74º 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 #095BE6 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 91 | 230 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.10 |
| HSL | 217.74º | 0.92% | 0.47% | - |
| HSV(B) | 217.74º | 0.96% | 0.9% | - |
| XYZ | 18.14 | 13.25 | 76.47 | - |
| YUV | 82.33 | 211.33 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 230 | 0.96 | 0.60 | 0 | 0.10 | 217.74 | 0.92 | 0.47 |
| Hex | 9 | 5B | E6 | 60 | 3C | 0 | A | DA | 5C | 2F |
| Octal | 11 | 133 | 346 | 140 | 74 | 0 | 12 | 332 | 134 | 57 |
| Binary | 1001 | 1011011 | 11100110 | 1100000 | 111100 | 0 | 1010 | 11011010 | 1011100 | 101111 |
Color Harmonies of #095BE6
Complementary color
Monochromatic Colors of #095BE6
Black with #095BE6
Text Example
Text Example
White with #095BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BE6; }
p { color: rgb(9,91,230); }
H1.HeaderClassName
{
color: #095BE6;
}
.AnyTagClassName
{
color: #095BE6;
}
</style>
background-color css
<style>
a { background-color: #095BE6; }
a { background-color: rgb(9,91,230); }
div.DivClassName
{
background-color: #095BE6;
}
.BgClassName
{
background-color: #095BE6;
}
</style>
border-color css
<style>
span { border-color: #095BE6; }
span { border-color: rgb(9,91,230); }
td.TdClassName
{
border-color: #095BE6;
}
.TagClassName
{
border-color: #095BE6;
}
</style>