Shades of Navy Blue #086ACF
Tints of Navy Blue #086ACF
RGB
CMYK
RGB Variations
Color information
#086ACF (or 0x086ACF) is known color: Navy Blue. HEX triplet: 08, 6A and CF. RGB value is (8,106,207). Sum of RGB (Red+Green+Blue) = 8+106+207=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #086ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ACF is #F79530. Grayscale: #575757. Windows color (decimal): -16225585 or 13593096. OLE color: 13593096.
HSL color Cylindrical-coordinate representation of color #086ACF: hue angle of 210.45º 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 #086ACF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 106 | 207 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.19 |
| HSL | 210.45º | 0.93% | 0.42% | - |
| HSV(B) | 210.45º | 0.96% | 0.81% | - |
| XYZ | 16.52 | 14.86 | 61.03 | - |
| YUV | 88.21 | 195.03 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 207 | 0.96 | 0.49 | 0 | 0.19 | 210.45 | 0.93 | 0.42 |
| Hex | 8 | 6A | CF | 60 | 31 | 0 | 13 | D2 | 5D | 2A |
| Octal | 10 | 152 | 317 | 140 | 61 | 0 | 23 | 322 | 135 | 52 |
| Binary | 1000 | 1101010 | 11001111 | 1100000 | 110001 | 0 | 10011 | 11010010 | 1011101 | 101010 |
Color Harmonies of #086ACF
Complementary color
Monochromatic Colors of #086ACF
Black with #086ACF
Text Example
Text Example
White with #086ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ACF; }
p { color: rgb(8,106,207); }
H1.HeaderClassName
{
color: #086ACF;
}
.AnyTagClassName
{
color: #086ACF;
}
</style>
background-color css
<style>
a { background-color: #086ACF; }
a { background-color: rgb(8,106,207); }
div.DivClassName
{
background-color: #086ACF;
}
.BgClassName
{
background-color: #086ACF;
}
</style>
border-color css
<style>
span { border-color: #086ACF; }
span { border-color: rgb(8,106,207); }
td.TdClassName
{
border-color: #086ACF;
}
.TagClassName
{
border-color: #086ACF;
}
</style>