Shades of Navy Blue #0857CF
Tints of Navy Blue #0857CF
RGB
CMYK
RGB Variations
Color information
#0857CF (or 0x0857CF) is known color: Navy Blue. HEX triplet: 08, 57 and CF. RGB value is (8,87,207). Sum of RGB (Red+Green+Blue) = 8+87+207=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #0857CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0857CF is #F7A830. Grayscale: #4C4C4C. Windows color (decimal): -16230449 or 13588232. OLE color: 13588232.
HSL color Cylindrical-coordinate representation of color #0857CF: hue angle of 216.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0857CF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 87 | 207 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.19 |
| HSL | 216.18º | 0.93% | 0.42% | - |
| HSV(B) | 216.18º | 0.96% | 0.81% | - |
| XYZ | 14.77 | 11.37 | 60.45 | - |
| YUV | 77.06 | 201.33 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 207 | 0.96 | 0.58 | 0 | 0.19 | 216.18 | 0.93 | 0.42 |
| Hex | 8 | 57 | CF | 60 | 3A | 0 | 13 | D8 | 5D | 2A |
| Octal | 10 | 127 | 317 | 140 | 72 | 0 | 23 | 330 | 135 | 52 |
| Binary | 1000 | 1010111 | 11001111 | 1100000 | 111010 | 0 | 10011 | 11011000 | 1011101 | 101010 |
Color Harmonies of #0857CF
Complementary color
Monochromatic Colors of #0857CF
Black with #0857CF
Text Example
Text Example
White with #0857CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0857CF; }
p { color: rgb(8,87,207); }
H1.HeaderClassName
{
color: #0857CF;
}
.AnyTagClassName
{
color: #0857CF;
}
</style>
background-color css
<style>
a { background-color: #0857CF; }
a { background-color: rgb(8,87,207); }
div.DivClassName
{
background-color: #0857CF;
}
.BgClassName
{
background-color: #0857CF;
}
</style>
border-color css
<style>
span { border-color: #0857CF; }
span { border-color: rgb(8,87,207); }
td.TdClassName
{
border-color: #0857CF;
}
.TagClassName
{
border-color: #0857CF;
}
</style>