Shades of Navy Blue #086DCE
Tints of Navy Blue #086DCE
RGB
CMYK
RGB Variations
Color information
#086DCE (or 0x086DCE) is known color: Navy Blue. HEX triplet: 08, 6D and CE. RGB value is (8,109,206). Sum of RGB (Red+Green+Blue) = 8+109+206=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #086DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DCE is #F79231. Grayscale: #595959. Windows color (decimal): -16224818 or 13528328. OLE color: 13528328.
HSL color Cylindrical-coordinate representation of color #086DCE: hue angle of 209.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086DCE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 109 | 206 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.19 |
| HSL | 209.39º | 0.93% | 0.42% | - |
| HSV(B) | 209.39º | 0.96% | 0.81% | - |
| XYZ | 16.71 | 15.45 | 60.49 | - |
| YUV | 89.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 206 | 0.96 | 0.47 | 0 | 0.19 | 209.39 | 0.93 | 0.42 |
| Hex | 8 | 6D | CE | 60 | 2F | 0 | 13 | D1 | 5D | 2A |
| Octal | 10 | 155 | 316 | 140 | 57 | 0 | 23 | 321 | 135 | 52 |
| Binary | 1000 | 1101101 | 11001110 | 1100000 | 101111 | 0 | 10011 | 11010001 | 1011101 | 101010 |
Color Harmonies of #086DCE
Complementary color
Monochromatic Colors of #086DCE
Black with #086DCE
Text Example
Text Example
White with #086DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DCE; }
p { color: rgb(8,109,206); }
H1.HeaderClassName
{
color: #086DCE;
}
.AnyTagClassName
{
color: #086DCE;
}
</style>
background-color css
<style>
a { background-color: #086DCE; }
a { background-color: rgb(8,109,206); }
div.DivClassName
{
background-color: #086DCE;
}
.BgClassName
{
background-color: #086DCE;
}
</style>
border-color css
<style>
span { border-color: #086DCE; }
span { border-color: rgb(8,109,206); }
td.TdClassName
{
border-color: #086DCE;
}
.TagClassName
{
border-color: #086DCE;
}
</style>