Shades of Navy Blue #086DD3
Tints of Navy Blue #086DD3
RGB
CMYK
RGB Variations
Color information
#086DD3 (or 0x086DD3) is known color: Navy Blue. HEX triplet: 08, 6D and D3. RGB value is (8,109,211). Sum of RGB (Red+Green+Blue) = 8+109+211=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 211 (82.81% from 255 or 64.33% from 328); Max value from RGB is 211 - color contains mainly: blue. Hex color #086DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DD3 is #F7922C. Grayscale: #595959. Windows color (decimal): -16224813 or 13856008. OLE color: 13856008.
HSL color Cylindrical-coordinate representation of color #086DD3: hue angle of 210.15º 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 #086DD3 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 109 | 211 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.17 |
| HSL | 210.15º | 0.93% | 0.43% | - |
| HSV(B) | 210.15º | 0.96% | 0.83% | - |
| XYZ | 17.33 | 15.69 | 63.74 | - |
| YUV | 90.43 | 196.04 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 211 | 0.96 | 0.48 | 0 | 0.17 | 210.15 | 0.93 | 0.43 |
| Hex | 8 | 6D | D3 | 60 | 30 | 0 | 11 | D2 | 5D | 2B |
| Octal | 10 | 155 | 323 | 140 | 60 | 0 | 21 | 322 | 135 | 53 |
| Binary | 1000 | 1101101 | 11010011 | 1100000 | 110000 | 0 | 10001 | 11010010 | 1011101 | 101011 |
Color Harmonies of #086DD3
Complementary color
Monochromatic Colors of #086DD3
Black with #086DD3
Text Example
Text Example
White with #086DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DD3; }
p { color: rgb(8,109,211); }
H1.HeaderClassName
{
color: #086DD3;
}
.AnyTagClassName
{
color: #086DD3;
}
</style>
background-color css
<style>
a { background-color: #086DD3; }
a { background-color: rgb(8,109,211); }
div.DivClassName
{
background-color: #086DD3;
}
.BgClassName
{
background-color: #086DD3;
}
</style>
border-color css
<style>
span { border-color: #086DD3; }
span { border-color: rgb(8,109,211); }
td.TdClassName
{
border-color: #086DD3;
}
.TagClassName
{
border-color: #086DD3;
}
</style>