Shades of Navy Blue #087EDE
Tints of Navy Blue #087EDE
RGB
CMYK
RGB Variations
Color information
#087EDE (or 0x087EDE) is known color: Navy Blue. HEX triplet: 08, 7E and DE. RGB value is (8,126,222). Sum of RGB (Red+Green+Blue) = 8+126+222=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #087EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EDE is #F78121. Grayscale: #656565. Windows color (decimal): -16220450 or 14581256. OLE color: 14581256.
HSL color Cylindrical-coordinate representation of color #087EDE: hue angle of 206.92º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087EDE is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 126 | 222 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.13 |
| HSL | 206.92º | 0.93% | 0.45% | - |
| HSV(B) | 206.92º | 0.96% | 0.87% | - |
| XYZ | 20.75 | 20.25 | 71.92 | - |
| YUV | 101.66 | 195.91 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 222 | 0.96 | 0.43 | 0 | 0.13 | 206.92 | 0.93 | 0.45 |
| Hex | 8 | 7E | DE | 60 | 2B | 0 | D | CF | 5D | 2D |
| Octal | 10 | 176 | 336 | 140 | 53 | 0 | 15 | 317 | 135 | 55 |
| Binary | 1000 | 1111110 | 11011110 | 1100000 | 101011 | 0 | 1101 | 11001111 | 1011101 | 101101 |
Color Harmonies of #087EDE
Complementary color
Monochromatic Colors of #087EDE
Black with #087EDE
Text Example
Text Example
White with #087EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EDE; }
p { color: rgb(8,126,222); }
H1.HeaderClassName
{
color: #087EDE;
}
.AnyTagClassName
{
color: #087EDE;
}
</style>
background-color css
<style>
a { background-color: #087EDE; }
a { background-color: rgb(8,126,222); }
div.DivClassName
{
background-color: #087EDE;
}
.BgClassName
{
background-color: #087EDE;
}
</style>
border-color css
<style>
span { border-color: #087EDE; }
span { border-color: rgb(8,126,222); }
td.TdClassName
{
border-color: #087EDE;
}
.TagClassName
{
border-color: #087EDE;
}
</style>