Shades of Navy Blue #087AC0
Tints of Navy Blue #087AC0
RGB
CMYK
RGB Variations
Color information
#087AC0 (or 0x087AC0) is known color: Navy Blue. HEX triplet: 08, 7A and C0. RGB value is (8,122,192). Sum of RGB (Red+Green+Blue) = 8+122+192=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #087AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087AC0 is #F7853F. Grayscale: #5F5F5F. Windows color (decimal): -16221504 or 12614152. OLE color: 12614152.
HSL color Cylindrical-coordinate representation of color #087AC0: hue angle of 202.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087AC0 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 122 | 192 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.25 |
| HSL | 202.83º | 0.92% | 0.39% | - |
| HSV(B) | 202.83º | 0.96% | 0.75% | - |
| XYZ | 16.57 | 17.78 | 52.43 | - |
| YUV | 95.89 | 182.23 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 192 | 0.96 | 0.36 | 0 | 0.25 | 202.83 | 0.92 | 0.39 |
| Hex | 8 | 7A | C0 | 60 | 24 | 0 | 19 | CB | 5C | 27 |
| Octal | 10 | 172 | 300 | 140 | 44 | 0 | 31 | 313 | 134 | 47 |
| Binary | 1000 | 1111010 | 11000000 | 1100000 | 100100 | 0 | 11001 | 11001011 | 1011100 | 100111 |
Color Harmonies of #087AC0
Complementary color
Monochromatic Colors of #087AC0
Black with #087AC0
Text Example
Text Example
White with #087AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087AC0; }
p { color: rgb(8,122,192); }
H1.HeaderClassName
{
color: #087AC0;
}
.AnyTagClassName
{
color: #087AC0;
}
</style>
background-color css
<style>
a { background-color: #087AC0; }
a { background-color: rgb(8,122,192); }
div.DivClassName
{
background-color: #087AC0;
}
.BgClassName
{
background-color: #087AC0;
}
</style>
border-color css
<style>
span { border-color: #087AC0; }
span { border-color: rgb(8,122,192); }
td.TdClassName
{
border-color: #087AC0;
}
.TagClassName
{
border-color: #087AC0;
}
</style>