Shades of Navy Blue #0857CC
Tints of Navy Blue #0857CC
RGB
CMYK
RGB Variations
Color information
#0857CC (or 0x0857CC) is known color: Navy Blue. HEX triplet: 08, 57 and CC. RGB value is (8,87,204). Sum of RGB (Red+Green+Blue) = 8+87+204=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #0857CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0857CC is #F7A833. Grayscale: #4C4C4C. Windows color (decimal): -16230452 or 13391624. OLE color: 13391624.
HSL color Cylindrical-coordinate representation of color #0857CC: hue angle of 215.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0857CC is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 87 | 204 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.2 |
| HSL | 215.82º | 0.92% | 0.42% | - |
| HSV(B) | 215.82º | 0.96% | 0.8% | - |
| XYZ | 14.41 | 11.23 | 58.53 | - |
| YUV | 76.72 | 199.83 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 204 | 0.96 | 0.57 | 0 | 0.2 | 215.82 | 0.92 | 0.42 |
| Hex | 8 | 57 | CC | 60 | 39 | 0 | 14 | D8 | 5C | 2A |
| Octal | 10 | 127 | 314 | 140 | 71 | 0 | 24 | 330 | 134 | 52 |
| Binary | 1000 | 1010111 | 11001100 | 1100000 | 111001 | 0 | 10100 | 11011000 | 1011100 | 101010 |
Color Harmonies of #0857CC
Complementary color
Monochromatic Colors of #0857CC
Black with #0857CC
Text Example
Text Example
White with #0857CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0857CC; }
p { color: rgb(8,87,204); }
H1.HeaderClassName
{
color: #0857CC;
}
.AnyTagClassName
{
color: #0857CC;
}
</style>
background-color css
<style>
a { background-color: #0857CC; }
a { background-color: rgb(8,87,204); }
div.DivClassName
{
background-color: #0857CC;
}
.BgClassName
{
background-color: #0857CC;
}
</style>
border-color css
<style>
span { border-color: #0857CC; }
span { border-color: rgb(8,87,204); }
td.TdClassName
{
border-color: #0857CC;
}
.TagClassName
{
border-color: #0857CC;
}
</style>