Shades of Navy Blue #095BEF
Tints of Navy Blue #095BEF
RGB
CMYK
RGB Variations
Color information
#095BEF (or 0x095BEF) is known color: Navy Blue. HEX triplet: 09, 5B and EF. RGB value is (9,91,239). Sum of RGB (Red+Green+Blue) = 9+91+239=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #095BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BEF is #F6A410. Grayscale: #525252. Windows color (decimal): -16163857 or 15686409. OLE color: 15686409.
HSL color Cylindrical-coordinate representation of color #095BEF: hue angle of 218.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BEF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 91 | 239 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.06 |
| HSL | 218.61º | 0.93% | 0.49% | - |
| HSV(B) | 218.61º | 0.96% | 0.94% | - |
| XYZ | 19.43 | 13.77 | 83.3 | - |
| YUV | 83.35 | 215.83 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 239 | 0.96 | 0.62 | 0 | 0.06 | 218.61 | 0.93 | 0.49 |
| Hex | 9 | 5B | EF | 60 | 3E | 0 | 6 | DB | 5D | 31 |
| Octal | 11 | 133 | 357 | 140 | 76 | 0 | 6 | 333 | 135 | 61 |
| Binary | 1001 | 1011011 | 11101111 | 1100000 | 111110 | 0 | 110 | 11011011 | 1011101 | 110001 |
Color Harmonies of #095BEF
Complementary color
Monochromatic Colors of #095BEF
Black with #095BEF
Text Example
Text Example
White with #095BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BEF; }
p { color: rgb(9,91,239); }
H1.HeaderClassName
{
color: #095BEF;
}
.AnyTagClassName
{
color: #095BEF;
}
</style>
background-color css
<style>
a { background-color: #095BEF; }
a { background-color: rgb(9,91,239); }
div.DivClassName
{
background-color: #095BEF;
}
.BgClassName
{
background-color: #095BEF;
}
</style>
border-color css
<style>
span { border-color: #095BEF; }
span { border-color: rgb(9,91,239); }
td.TdClassName
{
border-color: #095BEF;
}
.TagClassName
{
border-color: #095BEF;
}
</style>