Shades of Navy Blue #086BD4
Tints of Navy Blue #086BD4
RGB
CMYK
RGB Variations
Color information
#086BD4 (or 0x086BD4) is known color: Navy Blue. HEX triplet: 08, 6B and D4. RGB value is (8,107,212). Sum of RGB (Red+Green+Blue) = 8+107+212=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #086BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BD4 is #F7942B. Grayscale: #585858. Windows color (decimal): -16225324 or 13921032. OLE color: 13921032.
HSL color Cylindrical-coordinate representation of color #086BD4: hue angle of 210.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BD4 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 107 | 212 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.17 |
| HSL | 210.88º | 0.93% | 0.43% | - |
| HSV(B) | 210.88º | 0.96% | 0.83% | - |
| XYZ | 17.24 | 15.32 | 64.34 | - |
| YUV | 89.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 212 | 0.96 | 0.50 | 0 | 0.17 | 210.88 | 0.93 | 0.43 |
| Hex | 8 | 6B | D4 | 60 | 32 | 0 | 11 | D3 | 5D | 2B |
| Octal | 10 | 153 | 324 | 140 | 62 | 0 | 21 | 323 | 135 | 53 |
| Binary | 1000 | 1101011 | 11010100 | 1100000 | 110010 | 0 | 10001 | 11010011 | 1011101 | 101011 |
Color Harmonies of #086BD4
Complementary color
Monochromatic Colors of #086BD4
Black with #086BD4
Text Example
Text Example
White with #086BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BD4; }
p { color: rgb(8,107,212); }
H1.HeaderClassName
{
color: #086BD4;
}
.AnyTagClassName
{
color: #086BD4;
}
</style>
background-color css
<style>
a { background-color: #086BD4; }
a { background-color: rgb(8,107,212); }
div.DivClassName
{
background-color: #086BD4;
}
.BgClassName
{
background-color: #086BD4;
}
</style>
border-color css
<style>
span { border-color: #086BD4; }
span { border-color: rgb(8,107,212); }
td.TdClassName
{
border-color: #086BD4;
}
.TagClassName
{
border-color: #086BD4;
}
</style>