Shades of Navy Blue #095EFD
Tints of Navy Blue #095EFD
RGB
CMYK
RGB Variations
Color information
#095EFD (or 0x095EFD) is known color: Navy Blue. HEX triplet: 09, 5E and FD. RGB value is (9,94,253). Sum of RGB (Red+Green+Blue) = 9+94+253=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #095EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EFD is #F6A102. Grayscale: #555555. Windows color (decimal): -16163075 or 16604681. OLE color: 16604681.
HSL color Cylindrical-coordinate representation of color #095EFD: hue angle of 219.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095EFD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 94 | 253 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.01 |
| HSL | 219.1º | 0.98% | 0.51% | - |
| HSV(B) | 219.1º | 0.96% | 0.99% | - |
| XYZ | 21.84 | 15.16 | 94.7 | - |
| YUV | 86.71 | 221.84 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 253 | 0.96 | 0.63 | 0 | 0.01 | 219.1 | 0.98 | 0.51 |
| Hex | 9 | 5E | FD | 60 | 3F | 0 | 1 | DB | 62 | 33 |
| Octal | 11 | 136 | 375 | 140 | 77 | 0 | 1 | 333 | 142 | 63 |
| Binary | 1001 | 1011110 | 11111101 | 1100000 | 111111 | 0 | 1 | 11011011 | 1100010 | 110011 |
Color Harmonies of #095EFD
Complementary color
Monochromatic Colors of #095EFD
Black with #095EFD
Text Example
Text Example
White with #095EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EFD; }
p { color: rgb(9,94,253); }
H1.HeaderClassName
{
color: #095EFD;
}
.AnyTagClassName
{
color: #095EFD;
}
</style>
background-color css
<style>
a { background-color: #095EFD; }
a { background-color: rgb(9,94,253); }
div.DivClassName
{
background-color: #095EFD;
}
.BgClassName
{
background-color: #095EFD;
}
</style>
border-color css
<style>
span { border-color: #095EFD; }
span { border-color: rgb(9,94,253); }
td.TdClassName
{
border-color: #095EFD;
}
.TagClassName
{
border-color: #095EFD;
}
</style>