Shades of Navy Blue #087BE4
Tints of Navy Blue #087BE4
RGB
CMYK
RGB Variations
Color information
#087BE4 (or 0x087BE4) is known color: Navy Blue. HEX triplet: 08, 7B and E4. RGB value is (8,123,228). Sum of RGB (Red+Green+Blue) = 8+123+228=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #087BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BE4 is #F7841B. Grayscale: #646464. Windows color (decimal): -16221212 or 14973704. OLE color: 14973704.
HSL color Cylindrical-coordinate representation of color #087BE4: hue angle of 208.64º 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 #087BE4 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 123 | 228 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.11 |
| HSL | 208.64º | 0.93% | 0.46% | - |
| HSV(B) | 208.64º | 0.96% | 0.89% | - |
| XYZ | 21.19 | 19.82 | 76.11 | - |
| YUV | 100.59 | 199.9 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 228 | 0.96 | 0.46 | 0 | 0.11 | 208.64 | 0.93 | 0.46 |
| Hex | 8 | 7B | E4 | 60 | 2E | 0 | B | D1 | 5D | 2E |
| Octal | 10 | 173 | 344 | 140 | 56 | 0 | 13 | 321 | 135 | 56 |
| Binary | 1000 | 1111011 | 11100100 | 1100000 | 101110 | 0 | 1011 | 11010001 | 1011101 | 101110 |
Color Harmonies of #087BE4
Complementary color
Monochromatic Colors of #087BE4
Black with #087BE4
Text Example
Text Example
White with #087BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BE4; }
p { color: rgb(8,123,228); }
H1.HeaderClassName
{
color: #087BE4;
}
.AnyTagClassName
{
color: #087BE4;
}
</style>
background-color css
<style>
a { background-color: #087BE4; }
a { background-color: rgb(8,123,228); }
div.DivClassName
{
background-color: #087BE4;
}
.BgClassName
{
background-color: #087BE4;
}
</style>
border-color css
<style>
span { border-color: #087BE4; }
span { border-color: rgb(8,123,228); }
td.TdClassName
{
border-color: #087BE4;
}
.TagClassName
{
border-color: #087BE4;
}
</style>