Shades of Navy Blue #0157FA
Tints of Navy Blue #0157FA
RGB
CMYK
RGB Variations
Color information
#0157FA (or 0x0157FA) is known color: Navy Blue. HEX triplet: 01, 57 and FA. RGB value is (1,87,250). Sum of RGB (Red+Green+Blue) = 1+87+250=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #0157FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0157FA is #FEA805. Grayscale: #4F4F4F. Windows color (decimal): -16689158 or 16406273. OLE color: 16406273.
HSL color Cylindrical-coordinate representation of color #0157FA: hue angle of 219.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0157FA is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 87 | 250 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.02 |
| HSL | 219.28º | 0.99% | 0.49% | - |
| HSV(B) | 219.28º | 1% | 0.98% | - |
| XYZ | 20.68 | 13.72 | 92 | - |
| YUV | 79.87 | 224.01 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 250 | 1.00 | 0.65 | 0 | 0.02 | 219.28 | 0.99 | 0.49 |
| Hex | 1 | 57 | FA | 64 | 41 | 0 | 2 | DB | 63 | 31 |
| Octal | 1 | 127 | 372 | 144 | 101 | 0 | 2 | 333 | 143 | 61 |
| Binary | 1 | 1010111 | 11111010 | 1100100 | 1000001 | 0 | 10 | 11011011 | 1100011 | 110001 |
Color Harmonies of #0157FA
Complementary color
Monochromatic Colors of #0157FA
Black with #0157FA
Text Example
Text Example
White with #0157FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0157FA; }
p { color: rgb(1,87,250); }
H1.HeaderClassName
{
color: #0157FA;
}
.AnyTagClassName
{
color: #0157FA;
}
</style>
background-color css
<style>
a { background-color: #0157FA; }
a { background-color: rgb(1,87,250); }
div.DivClassName
{
background-color: #0157FA;
}
.BgClassName
{
background-color: #0157FA;
}
</style>
border-color css
<style>
span { border-color: #0157FA; }
span { border-color: rgb(1,87,250); }
td.TdClassName
{
border-color: #0157FA;
}
.TagClassName
{
border-color: #0157FA;
}
</style>