Shades of Navy Blue #087BE3
Tints of Navy Blue #087BE3
RGB
CMYK
RGB Variations
Color information
#087BE3 (or 0x087BE3) is known color: Navy Blue. HEX triplet: 08, 7B and E3. RGB value is (8,123,227). Sum of RGB (Red+Green+Blue) = 8+123+227=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #087BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BE3 is #F7841C. Grayscale: #636363. Windows color (decimal): -16221213 or 14908168. OLE color: 14908168.
HSL color Cylindrical-coordinate representation of color #087BE3: hue angle of 208.49º 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 #087BE3 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 123 | 227 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.11 |
| HSL | 208.49º | 0.93% | 0.46% | - |
| HSV(B) | 208.49º | 0.96% | 0.89% | - |
| XYZ | 21.05 | 19.76 | 75.38 | - |
| YUV | 100.47 | 199.4 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 227 | 0.96 | 0.46 | 0 | 0.11 | 208.49 | 0.93 | 0.46 |
| Hex | 8 | 7B | E3 | 60 | 2E | 0 | B | D0 | 5D | 2E |
| Octal | 10 | 173 | 343 | 140 | 56 | 0 | 13 | 320 | 135 | 56 |
| Binary | 1000 | 1111011 | 11100011 | 1100000 | 101110 | 0 | 1011 | 11010000 | 1011101 | 101110 |
Color Harmonies of #087BE3
Complementary color
Monochromatic Colors of #087BE3
Black with #087BE3
Text Example
Text Example
White with #087BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BE3; }
p { color: rgb(8,123,227); }
H1.HeaderClassName
{
color: #087BE3;
}
.AnyTagClassName
{
color: #087BE3;
}
</style>
background-color css
<style>
a { background-color: #087BE3; }
a { background-color: rgb(8,123,227); }
div.DivClassName
{
background-color: #087BE3;
}
.BgClassName
{
background-color: #087BE3;
}
</style>
border-color css
<style>
span { border-color: #087BE3; }
span { border-color: rgb(8,123,227); }
td.TdClassName
{
border-color: #087BE3;
}
.TagClassName
{
border-color: #087BE3;
}
</style>