Shades of Navy Blue #095EFA
Tints of Navy Blue #095EFA
RGB
CMYK
RGB Variations
Color information
#095EFA (or 0x095EFA) is known color: Navy Blue. HEX triplet: 09, 5E and FA. RGB value is (9,94,250). Sum of RGB (Red+Green+Blue) = 9+94+250=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #095EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EFA is #F6A105. Grayscale: #555555. Windows color (decimal): -16163078 or 16408073. OLE color: 16408073.
HSL color Cylindrical-coordinate representation of color #095EFA: hue angle of 218.84º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EFA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 94 | 250 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.02 |
| HSL | 218.84º | 0.96% | 0.51% | - |
| HSV(B) | 218.84º | 0.96% | 0.98% | - |
| XYZ | 21.37 | 14.97 | 92.2 | - |
| YUV | 86.37 | 220.34 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 250 | 0.96 | 0.62 | 0 | 0.02 | 218.84 | 0.96 | 0.51 |
| Hex | 9 | 5E | FA | 60 | 3E | 0 | 2 | DB | 60 | 33 |
| Octal | 11 | 136 | 372 | 140 | 76 | 0 | 2 | 333 | 140 | 63 |
| Binary | 1001 | 1011110 | 11111010 | 1100000 | 111110 | 0 | 10 | 11011011 | 1100000 | 110011 |
Color Harmonies of #095EFA
Complementary color
Monochromatic Colors of #095EFA
Black with #095EFA
Text Example
Text Example
White with #095EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EFA; }
p { color: rgb(9,94,250); }
H1.HeaderClassName
{
color: #095EFA;
}
.AnyTagClassName
{
color: #095EFA;
}
</style>
background-color css
<style>
a { background-color: #095EFA; }
a { background-color: rgb(9,94,250); }
div.DivClassName
{
background-color: #095EFA;
}
.BgClassName
{
background-color: #095EFA;
}
</style>
border-color css
<style>
span { border-color: #095EFA; }
span { border-color: rgb(9,94,250); }
td.TdClassName
{
border-color: #095EFA;
}
.TagClassName
{
border-color: #095EFA;
}
</style>