Shades of Navy Blue #086FBA
Tints of Navy Blue #086FBA
RGB
CMYK
RGB Variations
Color information
#086FBA (or 0x086FBA) is known color: Navy Blue. HEX triplet: 08, 6F and BA. RGB value is (8,111,186). Sum of RGB (Red+Green+Blue) = 8+111+186=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #086FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FBA is #F79045. Grayscale: #585858. Windows color (decimal): -16224326 or 12218120. OLE color: 12218120.
HSL color Cylindrical-coordinate representation of color #086FBA: hue angle of 205.28º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FBA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 111 | 186 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.27 |
| HSL | 205.28º | 0.92% | 0.38% | - |
| HSV(B) | 205.28º | 0.96% | 0.73% | - |
| XYZ | 14.65 | 14.97 | 48.57 | - |
| YUV | 88.75 | 182.88 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 186 | 0.96 | 0.40 | 0 | 0.27 | 205.28 | 0.92 | 0.38 |
| Hex | 8 | 6F | BA | 60 | 28 | 0 | 1B | CD | 5C | 26 |
| Octal | 10 | 157 | 272 | 140 | 50 | 0 | 33 | 315 | 134 | 46 |
| Binary | 1000 | 1101111 | 10111010 | 1100000 | 101000 | 0 | 11011 | 11001101 | 1011100 | 100110 |
Color Harmonies of #086FBA
Complementary color
Monochromatic Colors of #086FBA
Black with #086FBA
Text Example
Text Example
White with #086FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FBA; }
p { color: rgb(8,111,186); }
H1.HeaderClassName
{
color: #086FBA;
}
.AnyTagClassName
{
color: #086FBA;
}
</style>
background-color css
<style>
a { background-color: #086FBA; }
a { background-color: rgb(8,111,186); }
div.DivClassName
{
background-color: #086FBA;
}
.BgClassName
{
background-color: #086FBA;
}
</style>
border-color css
<style>
span { border-color: #086FBA; }
span { border-color: rgb(8,111,186); }
td.TdClassName
{
border-color: #086FBA;
}
.TagClassName
{
border-color: #086FBA;
}
</style>