Shades of Navy Blue #0157DC
Tints of Navy Blue #0157DC
RGB
CMYK
RGB Variations
Color information
#0157DC (or 0x0157DC) is known color: Navy Blue. HEX triplet: 01, 57 and DC. RGB value is (1,87,220). Sum of RGB (Red+Green+Blue) = 1+87+220=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #0157DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0157DC is #FEA823. Grayscale: #4B4B4B. Windows color (decimal): -16689188 or 14440193. OLE color: 14440193.
HSL color Cylindrical-coordinate representation of color #0157DC: hue angle of 216.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0157DC is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 87 | 220 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.14 |
| HSL | 216.44º | 0.99% | 0.43% | - |
| HSV(B) | 216.44º | 1% | 0.86% | - |
| XYZ | 16.34 | 11.99 | 69.16 | - |
| YUV | 76.45 | 209.01 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 220 | 1.00 | 0.60 | 0 | 0.14 | 216.44 | 0.99 | 0.43 |
| Hex | 1 | 57 | DC | 64 | 3C | 0 | E | D8 | 63 | 2B |
| Octal | 1 | 127 | 334 | 144 | 74 | 0 | 16 | 330 | 143 | 53 |
| Binary | 1 | 1010111 | 11011100 | 1100100 | 111100 | 0 | 1110 | 11011000 | 1100011 | 101011 |
Color Harmonies of #0157DC
Complementary color
Monochromatic Colors of #0157DC
Black with #0157DC
Text Example
Text Example
White with #0157DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0157DC; }
p { color: rgb(1,87,220); }
H1.HeaderClassName
{
color: #0157DC;
}
.AnyTagClassName
{
color: #0157DC;
}
</style>
background-color css
<style>
a { background-color: #0157DC; }
a { background-color: rgb(1,87,220); }
div.DivClassName
{
background-color: #0157DC;
}
.BgClassName
{
background-color: #0157DC;
}
</style>
border-color css
<style>
span { border-color: #0157DC; }
span { border-color: rgb(1,87,220); }
td.TdClassName
{
border-color: #0157DC;
}
.TagClassName
{
border-color: #0157DC;
}
</style>