Shades of Navy Blue #095EFE
Tints of Navy Blue #095EFE
RGB
CMYK
RGB Variations
Color information
#095EFE (or 0x095EFE) is known color: Navy Blue. HEX triplet: 09, 5E and FE. RGB value is (9,94,254). Sum of RGB (Red+Green+Blue) = 9+94+254=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #095EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EFE is #F6A101. Grayscale: #565656. Windows color (decimal): -16163074 or 16670217. OLE color: 16670217.
HSL color Cylindrical-coordinate representation of color #095EFE: hue angle of 219.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EFE is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 94 | 254 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.00 |
| HSL | 219.18º | 0.99% | 0.52% | - |
| HSV(B) | 219.18º | 0.96% | 1% | - |
| XYZ | 22 | 15.22 | 95.54 | - |
| YUV | 86.83 | 222.34 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 254 | 0.96 | 0.63 | 0 | 0.00 | 219.18 | 0.99 | 0.52 |
| Hex | 9 | 5E | FE | 60 | 3F | 0 | 0 | DB | 63 | 34 |
| Octal | 11 | 136 | 376 | 140 | 77 | 0 | 0 | 333 | 143 | 64 |
| Binary | 1001 | 1011110 | 11111110 | 1100000 | 111111 | 0 | 0 | 11011011 | 1100011 | 110100 |
Color Harmonies of #095EFE
Complementary color
Monochromatic Colors of #095EFE
Black with #095EFE
Text Example
Text Example
White with #095EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EFE; }
p { color: rgb(9,94,254); }
H1.HeaderClassName
{
color: #095EFE;
}
.AnyTagClassName
{
color: #095EFE;
}
</style>
background-color css
<style>
a { background-color: #095EFE; }
a { background-color: rgb(9,94,254); }
div.DivClassName
{
background-color: #095EFE;
}
.BgClassName
{
background-color: #095EFE;
}
</style>
border-color css
<style>
span { border-color: #095EFE; }
span { border-color: rgb(9,94,254); }
td.TdClassName
{
border-color: #095EFE;
}
.TagClassName
{
border-color: #095EFE;
}
</style>