Shades of Navy Blue #087CE1
Tints of Navy Blue #087CE1
RGB
CMYK
RGB Variations
Color information
#087CE1 (or 0x087CE1) is known color: Navy Blue. HEX triplet: 08, 7C and E1. RGB value is (8,124,225). Sum of RGB (Red+Green+Blue) = 8+124+225=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #087CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CE1 is #F7831E. Grayscale: #646464. Windows color (decimal): -16220959 or 14777352. OLE color: 14777352.
HSL color Cylindrical-coordinate representation of color #087CE1: hue angle of 207.93º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CE1 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 124 | 225 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.12 |
| HSL | 207.93º | 0.93% | 0.46% | - |
| HSV(B) | 207.93º | 0.96% | 0.88% | - |
| XYZ | 20.9 | 19.9 | 73.97 | - |
| YUV | 100.83 | 198.07 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 225 | 0.96 | 0.45 | 0 | 0.12 | 207.93 | 0.93 | 0.46 |
| Hex | 8 | 7C | E1 | 60 | 2D | 0 | C | D0 | 5D | 2E |
| Octal | 10 | 174 | 341 | 140 | 55 | 0 | 14 | 320 | 135 | 56 |
| Binary | 1000 | 1111100 | 11100001 | 1100000 | 101101 | 0 | 1100 | 11010000 | 1011101 | 101110 |
Color Harmonies of #087CE1
Complementary color
Monochromatic Colors of #087CE1
Black with #087CE1
Text Example
Text Example
White with #087CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CE1; }
p { color: rgb(8,124,225); }
H1.HeaderClassName
{
color: #087CE1;
}
.AnyTagClassName
{
color: #087CE1;
}
</style>
background-color css
<style>
a { background-color: #087CE1; }
a { background-color: rgb(8,124,225); }
div.DivClassName
{
background-color: #087CE1;
}
.BgClassName
{
background-color: #087CE1;
}
</style>
border-color css
<style>
span { border-color: #087CE1; }
span { border-color: rgb(8,124,225); }
td.TdClassName
{
border-color: #087CE1;
}
.TagClassName
{
border-color: #087CE1;
}
</style>