Shades of Navy Blue #087ECC
Tints of Navy Blue #087ECC
RGB
CMYK
RGB Variations
Color information
#087ECC (or 0x087ECC) is known color: Navy Blue. HEX triplet: 08, 7E and CC. RGB value is (8,126,204). Sum of RGB (Red+Green+Blue) = 8+126+204=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #087ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ECC is #F78133. Grayscale: #636363. Windows color (decimal): -16220468 or 13401608. OLE color: 13401608.
HSL color Cylindrical-coordinate representation of color #087ECC: hue angle of 203.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ECC is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 126 | 204 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.2 |
| HSL | 203.88º | 0.92% | 0.42% | - |
| HSV(B) | 203.88º | 0.96% | 0.8% | - |
| XYZ | 18.46 | 19.33 | 59.89 | - |
| YUV | 99.61 | 186.91 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 204 | 0.96 | 0.38 | 0 | 0.2 | 203.88 | 0.92 | 0.42 |
| Hex | 8 | 7E | CC | 60 | 26 | 0 | 14 | CC | 5C | 2A |
| Octal | 10 | 176 | 314 | 140 | 46 | 0 | 24 | 314 | 134 | 52 |
| Binary | 1000 | 1111110 | 11001100 | 1100000 | 100110 | 0 | 10100 | 11001100 | 1011100 | 101010 |
Color Harmonies of #087ECC
Complementary color
Monochromatic Colors of #087ECC
Black with #087ECC
Text Example
Text Example
White with #087ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ECC; }
p { color: rgb(8,126,204); }
H1.HeaderClassName
{
color: #087ECC;
}
.AnyTagClassName
{
color: #087ECC;
}
</style>
background-color css
<style>
a { background-color: #087ECC; }
a { background-color: rgb(8,126,204); }
div.DivClassName
{
background-color: #087ECC;
}
.BgClassName
{
background-color: #087ECC;
}
</style>
border-color css
<style>
span { border-color: #087ECC; }
span { border-color: rgb(8,126,204); }
td.TdClassName
{
border-color: #087ECC;
}
.TagClassName
{
border-color: #087ECC;
}
</style>