Shades of Navy Blue #0857DB
Tints of Navy Blue #0857DB
RGB
CMYK
RGB Variations
Color information
#0857DB (or 0x0857DB) is known color: Navy Blue. HEX triplet: 08, 57 and DB. RGB value is (8,87,219). Sum of RGB (Red+Green+Blue) = 8+87+219=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #0857DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0857DB is #F7A824. Grayscale: #4D4D4D. Windows color (decimal): -16230437 or 14374664. OLE color: 14374664.
HSL color Cylindrical-coordinate representation of color #0857DB: hue angle of 217.54º 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 #0857DB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 87 | 219 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.14 |
| HSL | 217.54º | 0.93% | 0.45% | - |
| HSV(B) | 217.54º | 0.96% | 0.86% | - |
| XYZ | 16.29 | 11.98 | 68.47 | - |
| YUV | 78.43 | 207.33 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 219 | 0.96 | 0.60 | 0 | 0.14 | 217.54 | 0.93 | 0.45 |
| Hex | 8 | 57 | DB | 60 | 3C | 0 | E | DA | 5D | 2D |
| Octal | 10 | 127 | 333 | 140 | 74 | 0 | 16 | 332 | 135 | 55 |
| Binary | 1000 | 1010111 | 11011011 | 1100000 | 111100 | 0 | 1110 | 11011010 | 1011101 | 101101 |
Color Harmonies of #0857DB
Complementary color
Monochromatic Colors of #0857DB
Black with #0857DB
Text Example
Text Example
White with #0857DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0857DB; }
p { color: rgb(8,87,219); }
H1.HeaderClassName
{
color: #0857DB;
}
.AnyTagClassName
{
color: #0857DB;
}
</style>
background-color css
<style>
a { background-color: #0857DB; }
a { background-color: rgb(8,87,219); }
div.DivClassName
{
background-color: #0857DB;
}
.BgClassName
{
background-color: #0857DB;
}
</style>
border-color css
<style>
span { border-color: #0857DB; }
span { border-color: rgb(8,87,219); }
td.TdClassName
{
border-color: #0857DB;
}
.TagClassName
{
border-color: #0857DB;
}
</style>