Shades of Navy Blue #086CDA
Tints of Navy Blue #086CDA
RGB
CMYK
RGB Variations
Color information
#086CDA (or 0x086CDA) is known color: Navy Blue. HEX triplet: 08, 6C and DA. RGB value is (8,108,218). Sum of RGB (Red+Green+Blue) = 8+108+218=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #086CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CDA is #F79325. Grayscale: #5A5A5A. Windows color (decimal): -16225062 or 14314504. OLE color: 14314504.
HSL color Cylindrical-coordinate representation of color #086CDA: hue angle of 211.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CDA is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 108 | 218 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.15 |
| HSL | 211.43º | 0.93% | 0.44% | - |
| HSV(B) | 211.43º | 0.96% | 0.85% | - |
| XYZ | 18.12 | 15.84 | 68.43 | - |
| YUV | 90.64 | 199.87 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 218 | 0.96 | 0.50 | 0 | 0.15 | 211.43 | 0.93 | 0.44 |
| Hex | 8 | 6C | DA | 60 | 32 | 0 | F | D3 | 5D | 2C |
| Octal | 10 | 154 | 332 | 140 | 62 | 0 | 17 | 323 | 135 | 54 |
| Binary | 1000 | 1101100 | 11011010 | 1100000 | 110010 | 0 | 1111 | 11010011 | 1011101 | 101100 |
Color Harmonies of #086CDA
Complementary color
Monochromatic Colors of #086CDA
Black with #086CDA
Text Example
Text Example
White with #086CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086CDA; }
p { color: rgb(8,108,218); }
H1.HeaderClassName
{
color: #086CDA;
}
.AnyTagClassName
{
color: #086CDA;
}
</style>
background-color css
<style>
a { background-color: #086CDA; }
a { background-color: rgb(8,108,218); }
div.DivClassName
{
background-color: #086CDA;
}
.BgClassName
{
background-color: #086CDA;
}
</style>
border-color css
<style>
span { border-color: #086CDA; }
span { border-color: rgb(8,108,218); }
td.TdClassName
{
border-color: #086CDA;
}
.TagClassName
{
border-color: #086CDA;
}
</style>