Shades of Navy Blue #086FC1
Tints of Navy Blue #086FC1
RGB
CMYK
RGB Variations
Color information
#086FC1 (or 0x086FC1) is known color: Navy Blue. HEX triplet: 08, 6F and C1. RGB value is (8,111,193). Sum of RGB (Red+Green+Blue) = 8+111+193=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #086FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FC1 is #F7903E. Grayscale: #595959. Windows color (decimal): -16224319 or 12676872. OLE color: 12676872.
HSL color Cylindrical-coordinate representation of color #086FC1: hue angle of 206.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FC1 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 111 | 193 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.24 |
| HSL | 206.59º | 0.92% | 0.39% | - |
| HSV(B) | 206.59º | 0.96% | 0.76% | - |
| XYZ | 15.41 | 15.27 | 52.59 | - |
| YUV | 89.55 | 186.38 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 193 | 0.96 | 0.42 | 0 | 0.24 | 206.59 | 0.92 | 0.39 |
| Hex | 8 | 6F | C1 | 60 | 2A | 0 | 18 | CF | 5C | 27 |
| Octal | 10 | 157 | 301 | 140 | 52 | 0 | 30 | 317 | 134 | 47 |
| Binary | 1000 | 1101111 | 11000001 | 1100000 | 101010 | 0 | 11000 | 11001111 | 1011100 | 100111 |
Color Harmonies of #086FC1
Complementary color
Monochromatic Colors of #086FC1
Black with #086FC1
Text Example
Text Example
White with #086FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FC1; }
p { color: rgb(8,111,193); }
H1.HeaderClassName
{
color: #086FC1;
}
.AnyTagClassName
{
color: #086FC1;
}
</style>
background-color css
<style>
a { background-color: #086FC1; }
a { background-color: rgb(8,111,193); }
div.DivClassName
{
background-color: #086FC1;
}
.BgClassName
{
background-color: #086FC1;
}
</style>
border-color css
<style>
span { border-color: #086FC1; }
span { border-color: rgb(8,111,193); }
td.TdClassName
{
border-color: #086FC1;
}
.TagClassName
{
border-color: #086FC1;
}
</style>