Shades of Navy Blue #086DC3
Tints of Navy Blue #086DC3
RGB
CMYK
RGB Variations
Color information
#086DC3 (or 0x086DC3) is known color: Navy Blue. HEX triplet: 08, 6D and C3. RGB value is (8,109,195). Sum of RGB (Red+Green+Blue) = 8+109+195=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 195 (76.56% from 255 or 62.5% from 312); Max value from RGB is 195 - color contains mainly: blue. Hex color #086DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DC3 is #F7923C. Grayscale: #585858. Windows color (decimal): -16224829 or 12807432. OLE color: 12807432.
HSL color Cylindrical-coordinate representation of color #086DC3: hue angle of 207.59º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086DC3 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 109 | 195 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.24 |
| HSL | 207.59º | 0.92% | 0.4% | - |
| HSV(B) | 207.59º | 0.96% | 0.76% | - |
| XYZ | 15.42 | 14.93 | 53.7 | - |
| YUV | 88.61 | 188.04 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 195 | 0.96 | 0.44 | 0 | 0.24 | 207.59 | 0.92 | 0.4 |
| Hex | 8 | 6D | C3 | 60 | 2C | 0 | 18 | D0 | 5C | 28 |
| Octal | 10 | 155 | 303 | 140 | 54 | 0 | 30 | 320 | 134 | 50 |
| Binary | 1000 | 1101101 | 11000011 | 1100000 | 101100 | 0 | 11000 | 11010000 | 1011100 | 101000 |
Color Harmonies of #086DC3
Complementary color
Monochromatic Colors of #086DC3
Black with #086DC3
Text Example
Text Example
White with #086DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DC3; }
p { color: rgb(8,109,195); }
H1.HeaderClassName
{
color: #086DC3;
}
.AnyTagClassName
{
color: #086DC3;
}
</style>
background-color css
<style>
a { background-color: #086DC3; }
a { background-color: rgb(8,109,195); }
div.DivClassName
{
background-color: #086DC3;
}
.BgClassName
{
background-color: #086DC3;
}
</style>
border-color css
<style>
span { border-color: #086DC3; }
span { border-color: rgb(8,109,195); }
td.TdClassName
{
border-color: #086DC3;
}
.TagClassName
{
border-color: #086DC3;
}
</style>