Shades of Navy Blue #0157FF
Tints of Navy Blue #0157FF
RGB
CMYK
RGB Variations
Color information
#0157FF (or 0x0157FF) is known color: Navy Blue. HEX triplet: 01, 57 and FF. RGB value is (1,87,255). Sum of RGB (Red+Green+Blue) = 1+87+255=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #0157FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0157FF is #FEA800. Grayscale: #4F4F4F. Windows color (decimal): -16689153 or 16733953. OLE color: 16733953.
HSL color Cylindrical-coordinate representation of color #0157FF: hue angle of 219.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0157FF is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 87 | 255 | - |
| CMYK | 1.00 | 0.66 | 0 | 0 |
| HSL | 219.69º | 1% | 0.5% | - |
| HSV(B) | 219.69º | 1% | 1% | - |
| XYZ | 21.47 | 14.04 | 96.19 | - |
| YUV | 80.44 | 226.51 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 255 | 1.00 | 0.66 | 0 | 0 | 219.69 | 1 | 0.5 |
| Hex | 1 | 57 | FF | 64 | 42 | 0 | 0 | DC | 64 | 32 |
| Octal | 1 | 127 | 377 | 144 | 102 | 0 | 0 | 334 | 144 | 62 |
| Binary | 1 | 1010111 | 11111111 | 1100100 | 1000010 | 0 | 0 | 11011100 | 1100100 | 110010 |
Color Harmonies of #0157FF
Complementary color
Monochromatic Colors of #0157FF
Black with #0157FF
Text Example
Text Example
White with #0157FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0157FF; }
p { color: rgb(1,87,255); }
H1.HeaderClassName
{
color: #0157FF;
}
.AnyTagClassName
{
color: #0157FF;
}
</style>
background-color css
<style>
a { background-color: #0157FF; }
a { background-color: rgb(1,87,255); }
div.DivClassName
{
background-color: #0157FF;
}
.BgClassName
{
background-color: #0157FF;
}
</style>
border-color css
<style>
span { border-color: #0157FF; }
span { border-color: rgb(1,87,255); }
td.TdClassName
{
border-color: #0157FF;
}
.TagClassName
{
border-color: #0157FF;
}
</style>