Shades of Navy Blue #086DBC
Tints of Navy Blue #086DBC
RGB
CMYK
RGB Variations
Color information
#086DBC (or 0x086DBC) is known color: Navy Blue. HEX triplet: 08, 6D and BC. RGB value is (8,109,188). Sum of RGB (Red+Green+Blue) = 8+109+188=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #086DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DBC is #F79243. Grayscale: #575757. Windows color (decimal): -16224836 or 12348680. OLE color: 12348680.
HSL color Cylindrical-coordinate representation of color #086DBC: hue angle of 206.33º 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 #086DBC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 109 | 188 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.26 |
| HSL | 206.33º | 0.92% | 0.38% | - |
| HSV(B) | 206.33º | 0.96% | 0.74% | - |
| XYZ | 14.65 | 14.62 | 49.63 | - |
| YUV | 87.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 188 | 0.96 | 0.42 | 0 | 0.26 | 206.33 | 0.92 | 0.38 |
| Hex | 8 | 6D | BC | 60 | 2A | 0 | 1A | CE | 5C | 26 |
| Octal | 10 | 155 | 274 | 140 | 52 | 0 | 32 | 316 | 134 | 46 |
| Binary | 1000 | 1101101 | 10111100 | 1100000 | 101010 | 0 | 11010 | 11001110 | 1011100 | 100110 |
Color Harmonies of #086DBC
Complementary color
Monochromatic Colors of #086DBC
Black with #086DBC
Text Example
Text Example
White with #086DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DBC; }
p { color: rgb(8,109,188); }
H1.HeaderClassName
{
color: #086DBC;
}
.AnyTagClassName
{
color: #086DBC;
}
</style>
background-color css
<style>
a { background-color: #086DBC; }
a { background-color: rgb(8,109,188); }
div.DivClassName
{
background-color: #086DBC;
}
.BgClassName
{
background-color: #086DBC;
}
</style>
border-color css
<style>
span { border-color: #086DBC; }
span { border-color: rgb(8,109,188); }
td.TdClassName
{
border-color: #086DBC;
}
.TagClassName
{
border-color: #086DBC;
}
</style>