Shades of Navy Blue #086FC0
Tints of Navy Blue #086FC0
RGB
CMYK
RGB Variations
Color information
#086FC0 (or 0x086FC0) is known color: Navy Blue. HEX triplet: 08, 6F and C0. RGB value is (8,111,192). Sum of RGB (Red+Green+Blue) = 8+111+192=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #086FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FC0 is #F7903F. Grayscale: #595959. Windows color (decimal): -16224320 or 12611336. OLE color: 12611336.
HSL color Cylindrical-coordinate representation of color #086FC0: hue angle of 206.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FC0 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 111 | 192 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.25 |
| HSL | 206.41º | 0.92% | 0.39% | - |
| HSV(B) | 206.41º | 0.96% | 0.75% | - |
| XYZ | 15.3 | 15.23 | 52 | - |
| YUV | 89.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 192 | 0.96 | 0.42 | 0 | 0.25 | 206.41 | 0.92 | 0.39 |
| Hex | 8 | 6F | C0 | 60 | 2A | 0 | 19 | CE | 5C | 27 |
| Octal | 10 | 157 | 300 | 140 | 52 | 0 | 31 | 316 | 134 | 47 |
| Binary | 1000 | 1101111 | 11000000 | 1100000 | 101010 | 0 | 11001 | 11001110 | 1011100 | 100111 |
Color Harmonies of #086FC0
Complementary color
Monochromatic Colors of #086FC0
Black with #086FC0
Text Example
Text Example
White with #086FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FC0; }
p { color: rgb(8,111,192); }
H1.HeaderClassName
{
color: #086FC0;
}
.AnyTagClassName
{
color: #086FC0;
}
</style>
background-color css
<style>
a { background-color: #086FC0; }
a { background-color: rgb(8,111,192); }
div.DivClassName
{
background-color: #086FC0;
}
.BgClassName
{
background-color: #086FC0;
}
</style>
border-color css
<style>
span { border-color: #086FC0; }
span { border-color: rgb(8,111,192); }
td.TdClassName
{
border-color: #086FC0;
}
.TagClassName
{
border-color: #086FC0;
}
</style>