Shades of Navy Blue #087BDF
Tints of Navy Blue #087BDF
RGB
CMYK
RGB Variations
Color information
#087BDF (or 0x087BDF) is known color: Navy Blue. HEX triplet: 08, 7B and DF. RGB value is (8,123,223). Sum of RGB (Red+Green+Blue) = 8+123+223=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #087BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BDF is #F78420. Grayscale: #636363. Windows color (decimal): -16221217 or 14646024. OLE color: 14646024.
HSL color Cylindrical-coordinate representation of color #087BDF: hue angle of 207.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BDF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 123 | 223 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.13 |
| HSL | 207.91º | 0.93% | 0.45% | - |
| HSV(B) | 207.91º | 0.96% | 0.87% | - |
| XYZ | 20.5 | 19.55 | 72.5 | - |
| YUV | 100.02 | 197.4 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 223 | 0.96 | 0.45 | 0 | 0.13 | 207.91 | 0.93 | 0.45 |
| Hex | 8 | 7B | DF | 60 | 2D | 0 | D | D0 | 5D | 2D |
| Octal | 10 | 173 | 337 | 140 | 55 | 0 | 15 | 320 | 135 | 55 |
| Binary | 1000 | 1111011 | 11011111 | 1100000 | 101101 | 0 | 1101 | 11010000 | 1011101 | 101101 |
Color Harmonies of #087BDF
Complementary color
Monochromatic Colors of #087BDF
Black with #087BDF
Text Example
Text Example
White with #087BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BDF; }
p { color: rgb(8,123,223); }
H1.HeaderClassName
{
color: #087BDF;
}
.AnyTagClassName
{
color: #087BDF;
}
</style>
background-color css
<style>
a { background-color: #087BDF; }
a { background-color: rgb(8,123,223); }
div.DivClassName
{
background-color: #087BDF;
}
.BgClassName
{
background-color: #087BDF;
}
</style>
border-color css
<style>
span { border-color: #087BDF; }
span { border-color: rgb(8,123,223); }
td.TdClassName
{
border-color: #087BDF;
}
.TagClassName
{
border-color: #087BDF;
}
</style>