Shades of Navy Blue #087DC7
Tints of Navy Blue #087DC7
RGB
CMYK
RGB Variations
Color information
#087DC7 (or 0x087DC7) is known color: Navy Blue. HEX triplet: 08, 7D and C7. RGB value is (8,125,199). Sum of RGB (Red+Green+Blue) = 8+125+199=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 199 (78.12% from 255 or 59.94% from 332); Max value from RGB is 199 - color contains mainly: blue. Hex color #087DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DC7 is #F78238. Grayscale: #626262. Windows color (decimal): -16220729 or 13073672. OLE color: 13073672.
HSL color Cylindrical-coordinate representation of color #087DC7: hue angle of 203.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DC7 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 125 | 199 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.22 |
| HSL | 203.25º | 0.92% | 0.41% | - |
| HSV(B) | 203.25º | 0.96% | 0.78% | - |
| XYZ | 17.74 | 18.84 | 56.73 | - |
| YUV | 98.45 | 184.74 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 199 | 0.96 | 0.37 | 0 | 0.22 | 203.25 | 0.92 | 0.41 |
| Hex | 8 | 7D | C7 | 60 | 25 | 0 | 16 | CB | 5C | 29 |
| Octal | 10 | 175 | 307 | 140 | 45 | 0 | 26 | 313 | 134 | 51 |
| Binary | 1000 | 1111101 | 11000111 | 1100000 | 100101 | 0 | 10110 | 11001011 | 1011100 | 101001 |
Color Harmonies of #087DC7
Complementary color
Monochromatic Colors of #087DC7
Black with #087DC7
Text Example
Text Example
White with #087DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DC7; }
p { color: rgb(8,125,199); }
H1.HeaderClassName
{
color: #087DC7;
}
.AnyTagClassName
{
color: #087DC7;
}
</style>
background-color css
<style>
a { background-color: #087DC7; }
a { background-color: rgb(8,125,199); }
div.DivClassName
{
background-color: #087DC7;
}
.BgClassName
{
background-color: #087DC7;
}
</style>
border-color css
<style>
span { border-color: #087DC7; }
span { border-color: rgb(8,125,199); }
td.TdClassName
{
border-color: #087DC7;
}
.TagClassName
{
border-color: #087DC7;
}
</style>