Shades of Navy Blue #095EF8
Tints of Navy Blue #095EF8
RGB
CMYK
RGB Variations
Color information
#095EF8 (or 0x095EF8) is known color: Navy Blue. HEX triplet: 09, 5E and F8. RGB value is (9,94,248). Sum of RGB (Red+Green+Blue) = 9+94+248=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 248 (97.27% from 255 or 70.66% from 351); Max value from RGB is 248 - color contains mainly: blue. Hex color #095EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EF8 is #F6A107. Grayscale: #555555. Windows color (decimal): -16163080 or 16277001. OLE color: 16277001.
HSL color Cylindrical-coordinate representation of color #095EF8: hue angle of 218.66º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EF8 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 94 | 248 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.03 |
| HSL | 218.66º | 0.94% | 0.5% | - |
| HSV(B) | 218.66º | 0.96% | 0.97% | - |
| XYZ | 21.06 | 14.84 | 90.56 | - |
| YUV | 86.14 | 219.34 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 248 | 0.96 | 0.62 | 0 | 0.03 | 218.66 | 0.94 | 0.5 |
| Hex | 9 | 5E | F8 | 60 | 3E | 0 | 3 | DB | 5E | 32 |
| Octal | 11 | 136 | 370 | 140 | 76 | 0 | 3 | 333 | 136 | 62 |
| Binary | 1001 | 1011110 | 11111000 | 1100000 | 111110 | 0 | 11 | 11011011 | 1011110 | 110010 |
Color Harmonies of #095EF8
Complementary color
Monochromatic Colors of #095EF8
Black with #095EF8
Text Example
Text Example
White with #095EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EF8; }
p { color: rgb(9,94,248); }
H1.HeaderClassName
{
color: #095EF8;
}
.AnyTagClassName
{
color: #095EF8;
}
</style>
background-color css
<style>
a { background-color: #095EF8; }
a { background-color: rgb(9,94,248); }
div.DivClassName
{
background-color: #095EF8;
}
.BgClassName
{
background-color: #095EF8;
}
</style>
border-color css
<style>
span { border-color: #095EF8; }
span { border-color: rgb(9,94,248); }
td.TdClassName
{
border-color: #095EF8;
}
.TagClassName
{
border-color: #095EF8;
}
</style>