Shades of Navy Blue #087EE7
Tints of Navy Blue #087EE7
RGB
CMYK
RGB Variations
Color information
#087EE7 (or 0x087EE7) is known color: Navy Blue. HEX triplet: 08, 7E and E7. RGB value is (8,126,231). Sum of RGB (Red+Green+Blue) = 8+126+231=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #087EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EE7 is #F78118. Grayscale: #666666. Windows color (decimal): -16220441 or 15171080. OLE color: 15171080.
HSL color Cylindrical-coordinate representation of color #087EE7: hue angle of 208.25º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087EE7 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 126 | 231 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.09 |
| HSL | 208.25º | 0.93% | 0.47% | - |
| HSV(B) | 208.25º | 0.97% | 0.91% | - |
| XYZ | 21.98 | 20.74 | 78.45 | - |
| YUV | 102.69 | 200.41 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 231 | 0.97 | 0.45 | 0 | 0.09 | 208.25 | 0.93 | 0.47 |
| Hex | 8 | 7E | E7 | 61 | 2D | 0 | 9 | D0 | 5D | 2F |
| Octal | 10 | 176 | 347 | 141 | 55 | 0 | 11 | 320 | 135 | 57 |
| Binary | 1000 | 1111110 | 11100111 | 1100001 | 101101 | 0 | 1001 | 11010000 | 1011101 | 101111 |
Color Harmonies of #087EE7
Complementary color
Monochromatic Colors of #087EE7
Black with #087EE7
Text Example
Text Example
White with #087EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EE7; }
p { color: rgb(8,126,231); }
H1.HeaderClassName
{
color: #087EE7;
}
.AnyTagClassName
{
color: #087EE7;
}
</style>
background-color css
<style>
a { background-color: #087EE7; }
a { background-color: rgb(8,126,231); }
div.DivClassName
{
background-color: #087EE7;
}
.BgClassName
{
background-color: #087EE7;
}
</style>
border-color css
<style>
span { border-color: #087EE7; }
span { border-color: rgb(8,126,231); }
td.TdClassName
{
border-color: #087EE7;
}
.TagClassName
{
border-color: #087EE7;
}
</style>