Shades of Navy Blue #087DDA
Tints of Navy Blue #087DDA
RGB
CMYK
RGB Variations
Color information
#087DDA (or 0x087DDA) is known color: Navy Blue. HEX triplet: 08, 7D and DA. RGB value is (8,125,218). Sum of RGB (Red+Green+Blue) = 8+125+218=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #087DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DDA is #F78225. Grayscale: #646464. Windows color (decimal): -16220710 or 14318856. OLE color: 14318856.
HSL color Cylindrical-coordinate representation of color #087DDA: hue angle of 206.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DDA is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 125 | 218 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.15 |
| HSL | 206.57º | 0.93% | 0.44% | - |
| HSV(B) | 206.57º | 0.96% | 0.85% | - |
| XYZ | 20.09 | 19.78 | 69.09 | - |
| YUV | 100.62 | 194.24 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 218 | 0.96 | 0.43 | 0 | 0.15 | 206.57 | 0.93 | 0.44 |
| Hex | 8 | 7D | DA | 60 | 2B | 0 | F | CF | 5D | 2C |
| Octal | 10 | 175 | 332 | 140 | 53 | 0 | 17 | 317 | 135 | 54 |
| Binary | 1000 | 1111101 | 11011010 | 1100000 | 101011 | 0 | 1111 | 11001111 | 1011101 | 101100 |
Color Harmonies of #087DDA
Complementary color
Monochromatic Colors of #087DDA
Black with #087DDA
Text Example
Text Example
White with #087DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DDA; }
p { color: rgb(8,125,218); }
H1.HeaderClassName
{
color: #087DDA;
}
.AnyTagClassName
{
color: #087DDA;
}
</style>
background-color css
<style>
a { background-color: #087DDA; }
a { background-color: rgb(8,125,218); }
div.DivClassName
{
background-color: #087DDA;
}
.BgClassName
{
background-color: #087DDA;
}
</style>
border-color css
<style>
span { border-color: #087DDA; }
span { border-color: rgb(8,125,218); }
td.TdClassName
{
border-color: #087DDA;
}
.TagClassName
{
border-color: #087DDA;
}
</style>