Shades of Navy Blue #157CE1
Tints of Navy Blue #157CE1
RGB
CMYK
RGB Variations
Color information
#157CE1 (or 0x157CE1) is known color: Navy Blue. HEX triplet: 15, 7C and E1. RGB value is (21,124,225). Sum of RGB (Red+Green+Blue) = 21+124+225=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #157CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CE1 is #EA831E. Grayscale: #686868. Windows color (decimal): -15368991 or 14777365. OLE color: 14777365.
HSL color Cylindrical-coordinate representation of color #157CE1: hue angle of 209.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CE1 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 124 | 225 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.12 |
| HSL | 209.71º | 0.83% | 0.48% | - |
| HSV(B) | 209.71º | 0.91% | 0.88% | - |
| XYZ | 21.11 | 20.01 | 73.98 | - |
| YUV | 104.72 | 195.88 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 225 | 0.91 | 0.45 | 0 | 0.12 | 209.71 | 0.83 | 0.48 |
| Hex | 15 | 7C | E1 | 5B | 2D | 0 | C | D2 | 53 | 30 |
| Octal | 25 | 174 | 341 | 133 | 55 | 0 | 14 | 322 | 123 | 60 |
| Binary | 10101 | 1111100 | 11100001 | 1011011 | 101101 | 0 | 1100 | 11010010 | 1010011 | 110000 |
Color Harmonies of #157CE1
Complementary color
Monochromatic Colors of #157CE1
Black with #157CE1
Text Example
Text Example
White with #157CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CE1; }
p { color: rgb(21,124,225); }
H1.HeaderClassName
{
color: #157CE1;
}
.AnyTagClassName
{
color: #157CE1;
}
</style>
background-color css
<style>
a { background-color: #157CE1; }
a { background-color: rgb(21,124,225); }
div.DivClassName
{
background-color: #157CE1;
}
.BgClassName
{
background-color: #157CE1;
}
</style>
border-color css
<style>
span { border-color: #157CE1; }
span { border-color: rgb(21,124,225); }
td.TdClassName
{
border-color: #157CE1;
}
.TagClassName
{
border-color: #157CE1;
}
</style>