Shades of Navy Blue #087FE0
Tints of Navy Blue #087FE0
RGB
CMYK
RGB Variations
Color information
#087FE0 (or 0x087FE0) is known color: Navy Blue. HEX triplet: 08, 7F and E0. RGB value is (8,127,224). Sum of RGB (Red+Green+Blue) = 8+127+224=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #087FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FE0 is #F7801F. Grayscale: #656565. Windows color (decimal): -16220192 or 14712584. OLE color: 14712584.
HSL color Cylindrical-coordinate representation of color #087FE0: hue angle of 206.94º 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 #087FE0 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 127 | 224 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.12 |
| HSL | 206.94º | 0.93% | 0.45% | - |
| HSV(B) | 206.94º | 0.96% | 0.88% | - |
| XYZ | 21.14 | 20.61 | 73.39 | - |
| YUV | 102.48 | 196.58 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 224 | 0.96 | 0.43 | 0 | 0.12 | 206.94 | 0.93 | 0.45 |
| Hex | 8 | 7F | E0 | 60 | 2B | 0 | C | CF | 5D | 2D |
| Octal | 10 | 177 | 340 | 140 | 53 | 0 | 14 | 317 | 135 | 55 |
| Binary | 1000 | 1111111 | 11100000 | 1100000 | 101011 | 0 | 1100 | 11001111 | 1011101 | 101101 |
Color Harmonies of #087FE0
Complementary color
Monochromatic Colors of #087FE0
Black with #087FE0
Text Example
Text Example
White with #087FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FE0; }
p { color: rgb(8,127,224); }
H1.HeaderClassName
{
color: #087FE0;
}
.AnyTagClassName
{
color: #087FE0;
}
</style>
background-color css
<style>
a { background-color: #087FE0; }
a { background-color: rgb(8,127,224); }
div.DivClassName
{
background-color: #087FE0;
}
.BgClassName
{
background-color: #087FE0;
}
</style>
border-color css
<style>
span { border-color: #087FE0; }
span { border-color: rgb(8,127,224); }
td.TdClassName
{
border-color: #087FE0;
}
.TagClassName
{
border-color: #087FE0;
}
</style>