Shades of Navy Blue #087DD7
Tints of Navy Blue #087DD7
RGB
CMYK
RGB Variations
Color information
#087DD7 (or 0x087DD7) is known color: Navy Blue. HEX triplet: 08, 7D and D7. RGB value is (8,125,215). Sum of RGB (Red+Green+Blue) = 8+125+215=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #087DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DD7 is #F78228. Grayscale: #636363. Windows color (decimal): -16220713 or 14122248. OLE color: 14122248.
HSL color Cylindrical-coordinate representation of color #087DD7: hue angle of 206.09º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DD7 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 125 | 215 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.16 |
| HSL | 206.09º | 0.93% | 0.44% | - |
| HSV(B) | 206.09º | 0.96% | 0.84% | - |
| XYZ | 19.7 | 19.63 | 67.04 | - |
| YUV | 100.28 | 192.74 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 215 | 0.96 | 0.42 | 0 | 0.16 | 206.09 | 0.93 | 0.44 |
| Hex | 8 | 7D | D7 | 60 | 2A | 0 | 10 | CE | 5D | 2C |
| Octal | 10 | 175 | 327 | 140 | 52 | 0 | 20 | 316 | 135 | 54 |
| Binary | 1000 | 1111101 | 11010111 | 1100000 | 101010 | 0 | 10000 | 11001110 | 1011101 | 101100 |
Color Harmonies of #087DD7
Complementary color
Monochromatic Colors of #087DD7
Black with #087DD7
Text Example
Text Example
White with #087DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DD7; }
p { color: rgb(8,125,215); }
H1.HeaderClassName
{
color: #087DD7;
}
.AnyTagClassName
{
color: #087DD7;
}
</style>
background-color css
<style>
a { background-color: #087DD7; }
a { background-color: rgb(8,125,215); }
div.DivClassName
{
background-color: #087DD7;
}
.BgClassName
{
background-color: #087DD7;
}
</style>
border-color css
<style>
span { border-color: #087DD7; }
span { border-color: rgb(8,125,215); }
td.TdClassName
{
border-color: #087DD7;
}
.TagClassName
{
border-color: #087DD7;
}
</style>