Shades of Navy Blue #087ECB
Tints of Navy Blue #087ECB
RGB
CMYK
RGB Variations
Color information
#087ECB (or 0x087ECB) is known color: Navy Blue. HEX triplet: 08, 7E and CB. RGB value is (8,126,203). Sum of RGB (Red+Green+Blue) = 8+126+203=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #087ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ECB is #F78134. Grayscale: #636363. Windows color (decimal): -16220469 or 13336072. OLE color: 13336072.
HSL color Cylindrical-coordinate representation of color #087ECB: hue angle of 203.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ECB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 126 | 203 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.20 |
| HSL | 203.69º | 0.92% | 0.41% | - |
| HSV(B) | 203.69º | 0.96% | 0.8% | - |
| XYZ | 18.34 | 19.29 | 59.26 | - |
| YUV | 99.5 | 186.41 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 203 | 0.96 | 0.38 | 0 | 0.20 | 203.69 | 0.92 | 0.41 |
| Hex | 8 | 7E | CB | 60 | 26 | 0 | 14 | CC | 5C | 29 |
| Octal | 10 | 176 | 313 | 140 | 46 | 0 | 24 | 314 | 134 | 51 |
| Binary | 1000 | 1111110 | 11001011 | 1100000 | 100110 | 0 | 10100 | 11001100 | 1011100 | 101001 |
Color Harmonies of #087ECB
Complementary color
Monochromatic Colors of #087ECB
Black with #087ECB
Text Example
Text Example
White with #087ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ECB; }
p { color: rgb(8,126,203); }
H1.HeaderClassName
{
color: #087ECB;
}
.AnyTagClassName
{
color: #087ECB;
}
</style>
background-color css
<style>
a { background-color: #087ECB; }
a { background-color: rgb(8,126,203); }
div.DivClassName
{
background-color: #087ECB;
}
.BgClassName
{
background-color: #087ECB;
}
</style>
border-color css
<style>
span { border-color: #087ECB; }
span { border-color: rgb(8,126,203); }
td.TdClassName
{
border-color: #087ECB;
}
.TagClassName
{
border-color: #087ECB;
}
</style>