Shades of Navy Blue #087EE0
Tints of Navy Blue #087EE0
RGB
CMYK
RGB Variations
Color information
#087EE0 (or 0x087EE0) is known color: Navy Blue. HEX triplet: 08, 7E and E0. RGB value is (8,126,224). Sum of RGB (Red+Green+Blue) = 8+126+224=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #087EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EE0 is #F7811F. Grayscale: #656565. Windows color (decimal): -16220448 or 14712328. OLE color: 14712328.
HSL color Cylindrical-coordinate representation of color #087EE0: hue angle of 207.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087EE0 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 126 | 224 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.12 |
| HSL | 207.22º | 0.93% | 0.45% | - |
| HSV(B) | 207.22º | 0.96% | 0.88% | - |
| XYZ | 21.02 | 20.36 | 73.34 | - |
| YUV | 101.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 224 | 0.96 | 0.44 | 0 | 0.12 | 207.22 | 0.93 | 0.45 |
| Hex | 8 | 7E | E0 | 60 | 2C | 0 | C | CF | 5D | 2D |
| Octal | 10 | 176 | 340 | 140 | 54 | 0 | 14 | 317 | 135 | 55 |
| Binary | 1000 | 1111110 | 11100000 | 1100000 | 101100 | 0 | 1100 | 11001111 | 1011101 | 101101 |
Color Harmonies of #087EE0
Complementary color
Monochromatic Colors of #087EE0
Black with #087EE0
Text Example
Text Example
White with #087EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EE0; }
p { color: rgb(8,126,224); }
H1.HeaderClassName
{
color: #087EE0;
}
.AnyTagClassName
{
color: #087EE0;
}
</style>
background-color css
<style>
a { background-color: #087EE0; }
a { background-color: rgb(8,126,224); }
div.DivClassName
{
background-color: #087EE0;
}
.BgClassName
{
background-color: #087EE0;
}
</style>
border-color css
<style>
span { border-color: #087EE0; }
span { border-color: rgb(8,126,224); }
td.TdClassName
{
border-color: #087EE0;
}
.TagClassName
{
border-color: #087EE0;
}
</style>