Shades of Navy Blue #157FD1
Tints of Navy Blue #157FD1
RGB
CMYK
RGB Variations
Color information
#157FD1 (or 0x157FD1) is known color: Navy Blue. HEX triplet: 15, 7F and D1. RGB value is (21,127,209). Sum of RGB (Red+Green+Blue) = 21+127+209=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #157FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FD1 is #EA802E. Grayscale: #686868. Windows color (decimal): -15368239 or 13729557. OLE color: 13729557.
HSL color Cylindrical-coordinate representation of color #157FD1: hue angle of 206.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157FD1 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 127 | 209 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.18 |
| HSL | 206.17º | 0.82% | 0.45% | - |
| HSV(B) | 206.17º | 0.9% | 0.82% | - |
| XYZ | 19.41 | 19.94 | 63.15 | - |
| YUV | 104.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 209 | 0.90 | 0.39 | 0 | 0.18 | 206.17 | 0.82 | 0.45 |
| Hex | 15 | 7F | D1 | 5A | 27 | 0 | 12 | CE | 52 | 2D |
| Octal | 25 | 177 | 321 | 132 | 47 | 0 | 22 | 316 | 122 | 55 |
| Binary | 10101 | 1111111 | 11010001 | 1011010 | 100111 | 0 | 10010 | 11001110 | 1010010 | 101101 |
Color Harmonies of #157FD1
Complementary color
Monochromatic Colors of #157FD1
Black with #157FD1
Text Example
Text Example
White with #157FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FD1; }
p { color: rgb(21,127,209); }
H1.HeaderClassName
{
color: #157FD1;
}
.AnyTagClassName
{
color: #157FD1;
}
</style>
background-color css
<style>
a { background-color: #157FD1; }
a { background-color: rgb(21,127,209); }
div.DivClassName
{
background-color: #157FD1;
}
.BgClassName
{
background-color: #157FD1;
}
</style>
border-color css
<style>
span { border-color: #157FD1; }
span { border-color: rgb(21,127,209); }
td.TdClassName
{
border-color: #157FD1;
}
.TagClassName
{
border-color: #157FD1;
}
</style>