Shades of Navy Blue #087CE3
Tints of Navy Blue #087CE3
RGB
CMYK
RGB Variations
Color information
#087CE3 (or 0x087CE3) is known color: Navy Blue. HEX triplet: 08, 7C and E3. RGB value is (8,124,227). Sum of RGB (Red+Green+Blue) = 8+124+227=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 227 (89.06% from 255 or 63.23% from 359); Max value from RGB is 227 - color contains mainly: blue. Hex color #087CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CE3 is #F7831C. Grayscale: #646464. Windows color (decimal): -16220957 or 14908424. OLE color: 14908424.
HSL color Cylindrical-coordinate representation of color #087CE3: hue angle of 208.22º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CE3 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 124 | 227 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.11 |
| HSL | 208.22º | 0.93% | 0.46% | - |
| HSV(B) | 208.22º | 0.96% | 0.89% | - |
| XYZ | 21.17 | 20.01 | 75.42 | - |
| YUV | 101.06 | 199.07 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 227 | 0.96 | 0.45 | 0 | 0.11 | 208.22 | 0.93 | 0.46 |
| Hex | 8 | 7C | E3 | 60 | 2D | 0 | B | D0 | 5D | 2E |
| Octal | 10 | 174 | 343 | 140 | 55 | 0 | 13 | 320 | 135 | 56 |
| Binary | 1000 | 1111100 | 11100011 | 1100000 | 101101 | 0 | 1011 | 11010000 | 1011101 | 101110 |
Color Harmonies of #087CE3
Complementary color
Monochromatic Colors of #087CE3
Black with #087CE3
Text Example
Text Example
White with #087CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CE3; }
p { color: rgb(8,124,227); }
H1.HeaderClassName
{
color: #087CE3;
}
.AnyTagClassName
{
color: #087CE3;
}
</style>
background-color css
<style>
a { background-color: #087CE3; }
a { background-color: rgb(8,124,227); }
div.DivClassName
{
background-color: #087CE3;
}
.BgClassName
{
background-color: #087CE3;
}
</style>
border-color css
<style>
span { border-color: #087CE3; }
span { border-color: rgb(8,124,227); }
td.TdClassName
{
border-color: #087CE3;
}
.TagClassName
{
border-color: #087CE3;
}
</style>