Shades of Navy Blue #086CCB
Tints of Navy Blue #086CCB
RGB
CMYK
RGB Variations
Color information
#086CCB (or 0x086CCB) is known color: Navy Blue. HEX triplet: 08, 6C and CB. RGB value is (8,108,203). Sum of RGB (Red+Green+Blue) = 8+108+203=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #086CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CCB is #F79334. Grayscale: #585858. Windows color (decimal): -16225077 or 13331464. OLE color: 13331464.
HSL color Cylindrical-coordinate representation of color #086CCB: hue angle of 209.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CCB is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 108 | 203 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.20 |
| HSL | 209.23º | 0.92% | 0.41% | - |
| HSV(B) | 209.23º | 0.96% | 0.8% | - |
| XYZ | 16.24 | 15.09 | 58.56 | - |
| YUV | 88.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 203 | 0.96 | 0.47 | 0 | 0.20 | 209.23 | 0.92 | 0.41 |
| Hex | 8 | 6C | CB | 60 | 2F | 0 | 14 | D1 | 5C | 29 |
| Octal | 10 | 154 | 313 | 140 | 57 | 0 | 24 | 321 | 134 | 51 |
| Binary | 1000 | 1101100 | 11001011 | 1100000 | 101111 | 0 | 10100 | 11010001 | 1011100 | 101001 |
Color Harmonies of #086CCB
Complementary color
Monochromatic Colors of #086CCB
Black with #086CCB
Text Example
Text Example
White with #086CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086CCB; }
p { color: rgb(8,108,203); }
H1.HeaderClassName
{
color: #086CCB;
}
.AnyTagClassName
{
color: #086CCB;
}
</style>
background-color css
<style>
a { background-color: #086CCB; }
a { background-color: rgb(8,108,203); }
div.DivClassName
{
background-color: #086CCB;
}
.BgClassName
{
background-color: #086CCB;
}
</style>
border-color css
<style>
span { border-color: #086CCB; }
span { border-color: rgb(8,108,203); }
td.TdClassName
{
border-color: #086CCB;
}
.TagClassName
{
border-color: #086CCB;
}
</style>