Shades of Navy Blue #157FDB
Tints of Navy Blue #157FDB
RGB
CMYK
RGB Variations
Color information
#157FDB (or 0x157FDB) is known color: Navy Blue. HEX triplet: 15, 7F and DB. RGB value is (21,127,219). Sum of RGB (Red+Green+Blue) = 21+127+219=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #157FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FDB is #EA8024. Grayscale: #696969. Windows color (decimal): -15368229 or 14384917. OLE color: 14384917.
HSL color Cylindrical-coordinate representation of color #157FDB: hue angle of 207.88º 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 #157FDB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 127 | 219 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.14 |
| HSL | 207.88º | 0.83% | 0.47% | - |
| HSV(B) | 207.88º | 0.9% | 0.86% | - |
| XYZ | 20.68 | 20.45 | 69.88 | - |
| YUV | 105.79 | 191.88 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 219 | 0.90 | 0.42 | 0 | 0.14 | 207.88 | 0.83 | 0.47 |
| Hex | 15 | 7F | DB | 5A | 2A | 0 | E | D0 | 52 | 2F |
| Octal | 25 | 177 | 333 | 132 | 52 | 0 | 16 | 320 | 122 | 57 |
| Binary | 10101 | 1111111 | 11011011 | 1011010 | 101010 | 0 | 1110 | 11010000 | 1010010 | 101111 |
Color Harmonies of #157FDB
Complementary color
Monochromatic Colors of #157FDB
Black with #157FDB
Text Example
Text Example
White with #157FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FDB; }
p { color: rgb(21,127,219); }
H1.HeaderClassName
{
color: #157FDB;
}
.AnyTagClassName
{
color: #157FDB;
}
</style>
background-color css
<style>
a { background-color: #157FDB; }
a { background-color: rgb(21,127,219); }
div.DivClassName
{
background-color: #157FDB;
}
.BgClassName
{
background-color: #157FDB;
}
</style>
border-color css
<style>
span { border-color: #157FDB; }
span { border-color: rgb(21,127,219); }
td.TdClassName
{
border-color: #157FDB;
}
.TagClassName
{
border-color: #157FDB;
}
</style>