Shades of Navy Blue #087CCA
Tints of Navy Blue #087CCA
RGB
CMYK
RGB Variations
Color information
#087CCA (or 0x087CCA) is known color: Navy Blue. HEX triplet: 08, 7C and CA. RGB value is (8,124,202). Sum of RGB (Red+Green+Blue) = 8+124+202=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #087CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CCA is #F78335. Grayscale: #616161. Windows color (decimal): -16220982 or 13270024. OLE color: 13270024.
HSL color Cylindrical-coordinate representation of color #087CCA: hue angle of 204.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CCA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 124 | 202 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.21 |
| HSL | 204.12º | 0.92% | 0.41% | - |
| HSV(B) | 204.12º | 0.96% | 0.79% | - |
| XYZ | 17.97 | 18.73 | 58.55 | - |
| YUV | 98.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 202 | 0.96 | 0.39 | 0 | 0.21 | 204.12 | 0.92 | 0.41 |
| Hex | 8 | 7C | CA | 60 | 27 | 0 | 15 | CC | 5C | 29 |
| Octal | 10 | 174 | 312 | 140 | 47 | 0 | 25 | 314 | 134 | 51 |
| Binary | 1000 | 1111100 | 11001010 | 1100000 | 100111 | 0 | 10101 | 11001100 | 1011100 | 101001 |
Color Harmonies of #087CCA
Complementary color
Monochromatic Colors of #087CCA
Black with #087CCA
Text Example
Text Example
White with #087CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CCA; }
p { color: rgb(8,124,202); }
H1.HeaderClassName
{
color: #087CCA;
}
.AnyTagClassName
{
color: #087CCA;
}
</style>
background-color css
<style>
a { background-color: #087CCA; }
a { background-color: rgb(8,124,202); }
div.DivClassName
{
background-color: #087CCA;
}
.BgClassName
{
background-color: #087CCA;
}
</style>
border-color css
<style>
span { border-color: #087CCA; }
span { border-color: rgb(8,124,202); }
td.TdClassName
{
border-color: #087CCA;
}
.TagClassName
{
border-color: #087CCA;
}
</style>