Shades of Navy Blue #095EF0
Tints of Navy Blue #095EF0
RGB
CMYK
RGB Variations
Color information
#095EF0 (or 0x095EF0) is known color: Navy Blue. HEX triplet: 09, 5E and F0. RGB value is (9,94,240). Sum of RGB (Red+Green+Blue) = 9+94+240=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 240 (94.14% from 255 or 69.97% from 343); Max value from RGB is 240 - color contains mainly: blue. Hex color #095EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095EF0 is #F6A10F. Grayscale: #545454. Windows color (decimal): -16163088 or 15752713. OLE color: 15752713.
HSL color Cylindrical-coordinate representation of color #095EF0: hue angle of 217.92º 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 #095EF0 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 94 | 240 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.06 |
| HSL | 217.92º | 0.93% | 0.49% | - |
| HSV(B) | 217.92º | 0.96% | 0.94% | - |
| XYZ | 19.84 | 14.35 | 84.16 | - |
| YUV | 85.23 | 215.34 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 240 | 0.96 | 0.61 | 0 | 0.06 | 217.92 | 0.93 | 0.49 |
| Hex | 9 | 5E | F0 | 60 | 3D | 0 | 6 | DA | 5D | 31 |
| Octal | 11 | 136 | 360 | 140 | 75 | 0 | 6 | 332 | 135 | 61 |
| Binary | 1001 | 1011110 | 11110000 | 1100000 | 111101 | 0 | 110 | 11011010 | 1011101 | 110001 |
Color Harmonies of #095EF0
Complementary color
Monochromatic Colors of #095EF0
Black with #095EF0
Text Example
Text Example
White with #095EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EF0; }
p { color: rgb(9,94,240); }
H1.HeaderClassName
{
color: #095EF0;
}
.AnyTagClassName
{
color: #095EF0;
}
</style>
background-color css
<style>
a { background-color: #095EF0; }
a { background-color: rgb(9,94,240); }
div.DivClassName
{
background-color: #095EF0;
}
.BgClassName
{
background-color: #095EF0;
}
</style>
border-color css
<style>
span { border-color: #095EF0; }
span { border-color: rgb(9,94,240); }
td.TdClassName
{
border-color: #095EF0;
}
.TagClassName
{
border-color: #095EF0;
}
</style>