Shades of Navy Blue #087ED1
Tints of Navy Blue #087ED1
RGB
CMYK
RGB Variations
Color information
#087ED1 (or 0x087ED1) is known color: Navy Blue. HEX triplet: 08, 7E and D1. RGB value is (8,126,209). Sum of RGB (Red+Green+Blue) = 8+126+209=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #087ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ED1 is #F7812E. Grayscale: #636363. Windows color (decimal): -16220463 or 13729288. OLE color: 13729288.
HSL color Cylindrical-coordinate representation of color #087ED1: hue angle of 204.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ED1 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 126 | 209 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.18 |
| HSL | 204.78º | 0.93% | 0.43% | - |
| HSV(B) | 204.78º | 0.96% | 0.82% | - |
| XYZ | 19.07 | 19.58 | 63.1 | - |
| YUV | 100.18 | 189.41 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 209 | 0.96 | 0.40 | 0 | 0.18 | 204.78 | 0.93 | 0.43 |
| Hex | 8 | 7E | D1 | 60 | 28 | 0 | 12 | CD | 5D | 2B |
| Octal | 10 | 176 | 321 | 140 | 50 | 0 | 22 | 315 | 135 | 53 |
| Binary | 1000 | 1111110 | 11010001 | 1100000 | 101000 | 0 | 10010 | 11001101 | 1011101 | 101011 |
Color Harmonies of #087ED1
Complementary color
Monochromatic Colors of #087ED1
Black with #087ED1
Text Example
Text Example
White with #087ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ED1; }
p { color: rgb(8,126,209); }
H1.HeaderClassName
{
color: #087ED1;
}
.AnyTagClassName
{
color: #087ED1;
}
</style>
background-color css
<style>
a { background-color: #087ED1; }
a { background-color: rgb(8,126,209); }
div.DivClassName
{
background-color: #087ED1;
}
.BgClassName
{
background-color: #087ED1;
}
</style>
border-color css
<style>
span { border-color: #087ED1; }
span { border-color: rgb(8,126,209); }
td.TdClassName
{
border-color: #087ED1;
}
.TagClassName
{
border-color: #087ED1;
}
</style>