Shades of Navy Blue #087ED5
Tints of Navy Blue #087ED5
RGB
CMYK
RGB Variations
Color information
#087ED5 (or 0x087ED5) is known color: Navy Blue. HEX triplet: 08, 7E and D5. RGB value is (8,126,213). Sum of RGB (Red+Green+Blue) = 8+126+213=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #087ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ED5 is #F7812A. Grayscale: #646464. Windows color (decimal): -16220459 or 13991432. OLE color: 13991432.
HSL color Cylindrical-coordinate representation of color #087ED5: hue angle of 205.46º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ED5 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 126 | 213 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.16 |
| HSL | 205.46º | 0.93% | 0.43% | - |
| HSV(B) | 205.46º | 0.96% | 0.84% | - |
| XYZ | 19.57 | 19.78 | 65.74 | - |
| YUV | 100.64 | 191.41 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 213 | 0.96 | 0.41 | 0 | 0.16 | 205.46 | 0.93 | 0.43 |
| Hex | 8 | 7E | D5 | 60 | 29 | 0 | 10 | CD | 5D | 2B |
| Octal | 10 | 176 | 325 | 140 | 51 | 0 | 20 | 315 | 135 | 53 |
| Binary | 1000 | 1111110 | 11010101 | 1100000 | 101001 | 0 | 10000 | 11001101 | 1011101 | 101011 |
Color Harmonies of #087ED5
Complementary color
Monochromatic Colors of #087ED5
Black with #087ED5
Text Example
Text Example
White with #087ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ED5; }
p { color: rgb(8,126,213); }
H1.HeaderClassName
{
color: #087ED5;
}
.AnyTagClassName
{
color: #087ED5;
}
</style>
background-color css
<style>
a { background-color: #087ED5; }
a { background-color: rgb(8,126,213); }
div.DivClassName
{
background-color: #087ED5;
}
.BgClassName
{
background-color: #087ED5;
}
</style>
border-color css
<style>
span { border-color: #087ED5; }
span { border-color: rgb(8,126,213); }
td.TdClassName
{
border-color: #087ED5;
}
.TagClassName
{
border-color: #087ED5;
}
</style>