Shades of Navy Blue #087BCF
Tints of Navy Blue #087BCF
RGB
CMYK
RGB Variations
Color information
#087BCF (or 0x087BCF) is known color: Navy Blue. HEX triplet: 08, 7B and CF. RGB value is (8,123,207). Sum of RGB (Red+Green+Blue) = 8+123+207=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #087BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BCF is #F78430. Grayscale: #616161. Windows color (decimal): -16221233 or 13597448. OLE color: 13597448.
HSL color Cylindrical-coordinate representation of color #087BCF: hue angle of 205.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BCF is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 123 | 207 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.19 |
| HSL | 205.33º | 0.93% | 0.42% | - |
| HSV(B) | 205.33º | 0.96% | 0.81% | - |
| XYZ | 18.45 | 18.72 | 61.67 | - |
| YUV | 98.19 | 189.4 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 207 | 0.96 | 0.41 | 0 | 0.19 | 205.33 | 0.93 | 0.42 |
| Hex | 8 | 7B | CF | 60 | 29 | 0 | 13 | CD | 5D | 2A |
| Octal | 10 | 173 | 317 | 140 | 51 | 0 | 23 | 315 | 135 | 52 |
| Binary | 1000 | 1111011 | 11001111 | 1100000 | 101001 | 0 | 10011 | 11001101 | 1011101 | 101010 |
Color Harmonies of #087BCF
Complementary color
Monochromatic Colors of #087BCF
Black with #087BCF
Text Example
Text Example
White with #087BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BCF; }
p { color: rgb(8,123,207); }
H1.HeaderClassName
{
color: #087BCF;
}
.AnyTagClassName
{
color: #087BCF;
}
</style>
background-color css
<style>
a { background-color: #087BCF; }
a { background-color: rgb(8,123,207); }
div.DivClassName
{
background-color: #087BCF;
}
.BgClassName
{
background-color: #087BCF;
}
</style>
border-color css
<style>
span { border-color: #087BCF; }
span { border-color: rgb(8,123,207); }
td.TdClassName
{
border-color: #087BCF;
}
.TagClassName
{
border-color: #087BCF;
}
</style>