Shades of Navy Blue #0057BF
Tints of Navy Blue #0057BF
RGB
CMYK
RGB Variations
Color information
#0057BF (or 0x0057BF) is known color: Navy Blue. HEX triplet: 00, 57 and BF. RGB value is (0,87,191). Sum of RGB (Red+Green+Blue) = 0+87+191=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #0057BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057BF is #FFA840. Grayscale: #484848. Windows color (decimal): -16754753 or 12539648. OLE color: 12539648.
HSL color Cylindrical-coordinate representation of color #0057BF: hue angle of 212.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057BF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 87 | 191 | - |
| CMYK | 1 | 0.54 | 0 | 0.25 |
| HSL | 212.67º | 1% | 0.37% | - |
| HSV(B) | 212.67º | 1% | 0.75% | - |
| XYZ | 12.81 | 10.58 | 50.66 | - |
| YUV | 72.84 | 194.68 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 191 | 1 | 0.54 | 0 | 0.25 | 212.67 | 1 | 0.37 |
| Hex | 0 | 57 | BF | 64 | 36 | 0 | 19 | D5 | 64 | 25 |
| Octal | 0 | 127 | 277 | 144 | 66 | 0 | 31 | 325 | 144 | 45 |
| Binary | 0 | 1010111 | 10111111 | 1100100 | 110110 | 0 | 11001 | 11010101 | 1100100 | 100101 |
Color Harmonies of #0057BF
Complementary color
Monochromatic Colors of #0057BF
Black with #0057BF
Text Example
Text Example
White with #0057BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057BF; }
p { color: rgb(0,87,191); }
H1.HeaderClassName
{
color: #0057BF;
}
.AnyTagClassName
{
color: #0057BF;
}
</style>
background-color css
<style>
a { background-color: #0057BF; }
a { background-color: rgb(0,87,191); }
div.DivClassName
{
background-color: #0057BF;
}
.BgClassName
{
background-color: #0057BF;
}
</style>
border-color css
<style>
span { border-color: #0057BF; }
span { border-color: rgb(0,87,191); }
td.TdClassName
{
border-color: #0057BF;
}
.TagClassName
{
border-color: #0057BF;
}
</style>