Shades of Navy Blue #086BBC
Tints of Navy Blue #086BBC
RGB
CMYK
RGB Variations
Color information
#086BBC (or 0x086BBC) is known color: Navy Blue. HEX triplet: 08, 6B and BC. RGB value is (8,107,188). Sum of RGB (Red+Green+Blue) = 8+107+188=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #086BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BBC is #F79443. Grayscale: #565656. Windows color (decimal): -16225348 or 12348168. OLE color: 12348168.
HSL color Cylindrical-coordinate representation of color #086BBC: hue angle of 207º 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 #086BBC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 107 | 188 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.26 |
| HSL | 207º | 0.92% | 0.38% | - |
| HSV(B) | 207º | 0.96% | 0.74% | - |
| XYZ | 14.43 | 14.2 | 49.56 | - |
| YUV | 86.63 | 185.2 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 188 | 0.96 | 0.43 | 0 | 0.26 | 207 | 0.92 | 0.38 |
| Hex | 8 | 6B | BC | 60 | 2B | 0 | 1A | CF | 5C | 26 |
| Octal | 10 | 153 | 274 | 140 | 53 | 0 | 32 | 317 | 134 | 46 |
| Binary | 1000 | 1101011 | 10111100 | 1100000 | 101011 | 0 | 11010 | 11001111 | 1011100 | 100110 |
Color Harmonies of #086BBC
Complementary color
Monochromatic Colors of #086BBC
Black with #086BBC
Text Example
Text Example
White with #086BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BBC; }
p { color: rgb(8,107,188); }
H1.HeaderClassName
{
color: #086BBC;
}
.AnyTagClassName
{
color: #086BBC;
}
</style>
background-color css
<style>
a { background-color: #086BBC; }
a { background-color: rgb(8,107,188); }
div.DivClassName
{
background-color: #086BBC;
}
.BgClassName
{
background-color: #086BBC;
}
</style>
border-color css
<style>
span { border-color: #086BBC; }
span { border-color: rgb(8,107,188); }
td.TdClassName
{
border-color: #086BBC;
}
.TagClassName
{
border-color: #086BBC;
}
</style>