Shades of Navy Blue #087FD1
Tints of Navy Blue #087FD1
RGB
CMYK
RGB Variations
Color information
#087FD1 (or 0x087FD1) is known color: Navy Blue. HEX triplet: 08, 7F and D1. RGB value is (8,127,209). Sum of RGB (Red+Green+Blue) = 8+127+209=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #087FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FD1 is #F7802E. Grayscale: #646464. Windows color (decimal): -16220207 or 13729544. OLE color: 13729544.
HSL color Cylindrical-coordinate representation of color #087FD1: hue angle of 204.48º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FD1 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 127 | 209 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.18 |
| HSL | 204.48º | 0.93% | 0.43% | - |
| HSV(B) | 204.48º | 0.96% | 0.82% | - |
| XYZ | 19.2 | 19.83 | 63.14 | - |
| YUV | 100.77 | 189.08 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 209 | 0.96 | 0.39 | 0 | 0.18 | 204.48 | 0.93 | 0.43 |
| Hex | 8 | 7F | D1 | 60 | 27 | 0 | 12 | CC | 5D | 2B |
| Octal | 10 | 177 | 321 | 140 | 47 | 0 | 22 | 314 | 135 | 53 |
| Binary | 1000 | 1111111 | 11010001 | 1100000 | 100111 | 0 | 10010 | 11001100 | 1011101 | 101011 |
Color Harmonies of #087FD1
Complementary color
Monochromatic Colors of #087FD1
Black with #087FD1
Text Example
Text Example
White with #087FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FD1; }
p { color: rgb(8,127,209); }
H1.HeaderClassName
{
color: #087FD1;
}
.AnyTagClassName
{
color: #087FD1;
}
</style>
background-color css
<style>
a { background-color: #087FD1; }
a { background-color: rgb(8,127,209); }
div.DivClassName
{
background-color: #087FD1;
}
.BgClassName
{
background-color: #087FD1;
}
</style>
border-color css
<style>
span { border-color: #087FD1; }
span { border-color: rgb(8,127,209); }
td.TdClassName
{
border-color: #087FD1;
}
.TagClassName
{
border-color: #087FD1;
}
</style>