Shades of Navy Blue #086BC4
Tints of Navy Blue #086BC4
RGB
CMYK
RGB Variations
Color information
#086BC4 (or 0x086BC4) is known color: Navy Blue. HEX triplet: 08, 6B and C4. RGB value is (8,107,196). Sum of RGB (Red+Green+Blue) = 8+107+196=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #086BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BC4 is #F7943B. Grayscale: #575757. Windows color (decimal): -16225340 or 12872456. OLE color: 12872456.
HSL color Cylindrical-coordinate representation of color #086BC4: hue angle of 208.4º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BC4 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 107 | 196 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.23 |
| HSL | 208.4º | 0.92% | 0.4% | - |
| HSV(B) | 208.4º | 0.96% | 0.77% | - |
| XYZ | 15.32 | 14.55 | 54.23 | - |
| YUV | 87.55 | 189.2 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 196 | 0.96 | 0.45 | 0 | 0.23 | 208.4 | 0.92 | 0.4 |
| Hex | 8 | 6B | C4 | 60 | 2D | 0 | 17 | D0 | 5C | 28 |
| Octal | 10 | 153 | 304 | 140 | 55 | 0 | 27 | 320 | 134 | 50 |
| Binary | 1000 | 1101011 | 11000100 | 1100000 | 101101 | 0 | 10111 | 11010000 | 1011100 | 101000 |
Color Harmonies of #086BC4
Complementary color
Monochromatic Colors of #086BC4
Black with #086BC4
Text Example
Text Example
White with #086BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BC4; }
p { color: rgb(8,107,196); }
H1.HeaderClassName
{
color: #086BC4;
}
.AnyTagClassName
{
color: #086BC4;
}
</style>
background-color css
<style>
a { background-color: #086BC4; }
a { background-color: rgb(8,107,196); }
div.DivClassName
{
background-color: #086BC4;
}
.BgClassName
{
background-color: #086BC4;
}
</style>
border-color css
<style>
span { border-color: #086BC4; }
span { border-color: rgb(8,107,196); }
td.TdClassName
{
border-color: #086BC4;
}
.TagClassName
{
border-color: #086BC4;
}
</style>