Shades of Navy Blue #0856DA
Tints of Navy Blue #0856DA
RGB
CMYK
RGB Variations
Color information
#0856DA (or 0x0856DA) is known color: Navy Blue. HEX triplet: 08, 56 and DA. RGB value is (8,86,218). Sum of RGB (Red+Green+Blue) = 8+86+218=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #0856DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856DA is #F7A925. Grayscale: #4D4D4D. Windows color (decimal): -16230694 or 14308872. OLE color: 14308872.
HSL color Cylindrical-coordinate representation of color #0856DA: hue angle of 217.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0856DA is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 86 | 218 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.15 |
| HSL | 217.71º | 0.93% | 0.44% | - |
| HSV(B) | 217.71º | 0.96% | 0.85% | - |
| XYZ | 16.08 | 11.77 | 67.75 | - |
| YUV | 77.73 | 207.16 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 218 | 0.96 | 0.61 | 0 | 0.15 | 217.71 | 0.93 | 0.44 |
| Hex | 8 | 56 | DA | 60 | 3D | 0 | F | DA | 5D | 2C |
| Octal | 10 | 126 | 332 | 140 | 75 | 0 | 17 | 332 | 135 | 54 |
| Binary | 1000 | 1010110 | 11011010 | 1100000 | 111101 | 0 | 1111 | 11011010 | 1011101 | 101100 |
Color Harmonies of #0856DA
Complementary color
Monochromatic Colors of #0856DA
Black with #0856DA
Text Example
Text Example
White with #0856DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0856DA; }
p { color: rgb(8,86,218); }
H1.HeaderClassName
{
color: #0856DA;
}
.AnyTagClassName
{
color: #0856DA;
}
</style>
background-color css
<style>
a { background-color: #0856DA; }
a { background-color: rgb(8,86,218); }
div.DivClassName
{
background-color: #0856DA;
}
.BgClassName
{
background-color: #0856DA;
}
</style>
border-color css
<style>
span { border-color: #0856DA; }
span { border-color: rgb(8,86,218); }
td.TdClassName
{
border-color: #0856DA;
}
.TagClassName
{
border-color: #0856DA;
}
</style>