Shades of Navy Blue #087ACC
Tints of Navy Blue #087ACC
RGB
CMYK
RGB Variations
Color information
#087ACC (or 0x087ACC) is known color: Navy Blue. HEX triplet: 08, 7A and CC. RGB value is (8,122,204). Sum of RGB (Red+Green+Blue) = 8+122+204=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #087ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ACC is #F78533. Grayscale: #606060. Windows color (decimal): -16221492 or 13400584. OLE color: 13400584.
HSL color Cylindrical-coordinate representation of color #087ACC: hue angle of 205.1º 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 #087ACC is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 122 | 204 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.2 |
| HSL | 205.1º | 0.92% | 0.42% | - |
| HSV(B) | 205.1º | 0.96% | 0.8% | - |
| XYZ | 17.96 | 18.33 | 59.72 | - |
| YUV | 97.26 | 188.23 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 204 | 0.96 | 0.40 | 0 | 0.2 | 205.1 | 0.92 | 0.42 |
| Hex | 8 | 7A | CC | 60 | 28 | 0 | 14 | CD | 5C | 2A |
| Octal | 10 | 172 | 314 | 140 | 50 | 0 | 24 | 315 | 134 | 52 |
| Binary | 1000 | 1111010 | 11001100 | 1100000 | 101000 | 0 | 10100 | 11001101 | 1011100 | 101010 |
Color Harmonies of #087ACC
Complementary color
Monochromatic Colors of #087ACC
Black with #087ACC
Text Example
Text Example
White with #087ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ACC; }
p { color: rgb(8,122,204); }
H1.HeaderClassName
{
color: #087ACC;
}
.AnyTagClassName
{
color: #087ACC;
}
</style>
background-color css
<style>
a { background-color: #087ACC; }
a { background-color: rgb(8,122,204); }
div.DivClassName
{
background-color: #087ACC;
}
.BgClassName
{
background-color: #087ACC;
}
</style>
border-color css
<style>
span { border-color: #087ACC; }
span { border-color: rgb(8,122,204); }
td.TdClassName
{
border-color: #087ACC;
}
.TagClassName
{
border-color: #087ACC;
}
</style>