Shades of Navy Blue #0857DC
Tints of Navy Blue #0857DC
RGB
CMYK
RGB Variations
Color information
#0857DC (or 0x0857DC) is known color: Navy Blue. HEX triplet: 08, 57 and DC. RGB value is (8,87,220). Sum of RGB (Red+Green+Blue) = 8+87+220=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #0857DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0857DC is #F7A823. Grayscale: #4D4D4D. Windows color (decimal): -16230436 or 14440200. OLE color: 14440200.
HSL color Cylindrical-coordinate representation of color #0857DC: hue angle of 217.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0857DC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 87 | 220 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.14 |
| HSL | 217.64º | 0.93% | 0.45% | - |
| HSV(B) | 217.64º | 0.96% | 0.86% | - |
| XYZ | 16.43 | 12.04 | 69.17 | - |
| YUV | 78.54 | 207.83 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 220 | 0.96 | 0.60 | 0 | 0.14 | 217.64 | 0.93 | 0.45 |
| Hex | 8 | 57 | DC | 60 | 3C | 0 | E | DA | 5D | 2D |
| Octal | 10 | 127 | 334 | 140 | 74 | 0 | 16 | 332 | 135 | 55 |
| Binary | 1000 | 1010111 | 11011100 | 1100000 | 111100 | 0 | 1110 | 11011010 | 1011101 | 101101 |
Color Harmonies of #0857DC
Complementary color
Monochromatic Colors of #0857DC
Black with #0857DC
Text Example
Text Example
White with #0857DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0857DC; }
p { color: rgb(8,87,220); }
H1.HeaderClassName
{
color: #0857DC;
}
.AnyTagClassName
{
color: #0857DC;
}
</style>
background-color css
<style>
a { background-color: #0857DC; }
a { background-color: rgb(8,87,220); }
div.DivClassName
{
background-color: #0857DC;
}
.BgClassName
{
background-color: #0857DC;
}
</style>
border-color css
<style>
span { border-color: #0857DC; }
span { border-color: rgb(8,87,220); }
td.TdClassName
{
border-color: #0857DC;
}
.TagClassName
{
border-color: #0857DC;
}
</style>