Shades of Navy Blue #157EDB
Tints of Navy Blue #157EDB
RGB
CMYK
RGB Variations
Color information
#157EDB (or 0x157EDB) is known color: Navy Blue. HEX triplet: 15, 7E and DB. RGB value is (21,126,219). Sum of RGB (Red+Green+Blue) = 21+126+219=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #157EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EDB is #EA8124. Grayscale: #686868. Windows color (decimal): -15368485 or 14384661. OLE color: 14384661.
HSL color Cylindrical-coordinate representation of color #157EDB: hue angle of 208.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157EDB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 126 | 219 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.14 |
| HSL | 208.18º | 0.83% | 0.47% | - |
| HSV(B) | 208.18º | 0.9% | 0.86% | - |
| XYZ | 20.56 | 20.2 | 69.83 | - |
| YUV | 105.21 | 192.21 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 219 | 0.90 | 0.42 | 0 | 0.14 | 208.18 | 0.83 | 0.47 |
| Hex | 15 | 7E | DB | 5A | 2A | 0 | E | D0 | 52 | 2F |
| Octal | 25 | 176 | 333 | 132 | 52 | 0 | 16 | 320 | 122 | 57 |
| Binary | 10101 | 1111110 | 11011011 | 1011010 | 101010 | 0 | 1110 | 11010000 | 1010010 | 101111 |
Color Harmonies of #157EDB
Complementary color
Monochromatic Colors of #157EDB
Black with #157EDB
Text Example
Text Example
White with #157EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EDB; }
p { color: rgb(21,126,219); }
H1.HeaderClassName
{
color: #157EDB;
}
.AnyTagClassName
{
color: #157EDB;
}
</style>
background-color css
<style>
a { background-color: #157EDB; }
a { background-color: rgb(21,126,219); }
div.DivClassName
{
background-color: #157EDB;
}
.BgClassName
{
background-color: #157EDB;
}
</style>
border-color css
<style>
span { border-color: #157EDB; }
span { border-color: rgb(21,126,219); }
td.TdClassName
{
border-color: #157EDB;
}
.TagClassName
{
border-color: #157EDB;
}
</style>