Shades of Navy Blue #086FBC
Tints of Navy Blue #086FBC
RGB
CMYK
RGB Variations
Color information
#086FBC (or 0x086FBC) is known color: Navy Blue. HEX triplet: 08, 6F and BC. RGB value is (8,111,188). Sum of RGB (Red+Green+Blue) = 8+111+188=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #086FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FBC is #F79043. Grayscale: #585858. Windows color (decimal): -16224324 or 12349192. OLE color: 12349192.
HSL color Cylindrical-coordinate representation of color #086FBC: hue angle of 205.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FBC is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 111 | 188 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.26 |
| HSL | 205.67º | 0.92% | 0.38% | - |
| HSV(B) | 205.67º | 0.96% | 0.74% | - |
| XYZ | 14.86 | 15.05 | 49.7 | - |
| YUV | 88.98 | 183.88 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 188 | 0.96 | 0.41 | 0 | 0.26 | 205.67 | 0.92 | 0.38 |
| Hex | 8 | 6F | BC | 60 | 29 | 0 | 1A | CE | 5C | 26 |
| Octal | 10 | 157 | 274 | 140 | 51 | 0 | 32 | 316 | 134 | 46 |
| Binary | 1000 | 1101111 | 10111100 | 1100000 | 101001 | 0 | 11010 | 11001110 | 1011100 | 100110 |
Color Harmonies of #086FBC
Complementary color
Monochromatic Colors of #086FBC
Black with #086FBC
Text Example
Text Example
White with #086FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FBC; }
p { color: rgb(8,111,188); }
H1.HeaderClassName
{
color: #086FBC;
}
.AnyTagClassName
{
color: #086FBC;
}
</style>
background-color css
<style>
a { background-color: #086FBC; }
a { background-color: rgb(8,111,188); }
div.DivClassName
{
background-color: #086FBC;
}
.BgClassName
{
background-color: #086FBC;
}
</style>
border-color css
<style>
span { border-color: #086FBC; }
span { border-color: rgb(8,111,188); }
td.TdClassName
{
border-color: #086FBC;
}
.TagClassName
{
border-color: #086FBC;
}
</style>