Shades of Navy Blue #157DC6
Tints of Navy Blue #157DC6
RGB
CMYK
RGB Variations
Color information
#157DC6 (or 0x157DC6) is known color: Navy Blue. HEX triplet: 15, 7D and C6. RGB value is (21,125,198). Sum of RGB (Red+Green+Blue) = 21+125+198=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #157DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DC6 is #EA8239. Grayscale: #656565. Windows color (decimal): -15368762 or 13008149. OLE color: 13008149.
HSL color Cylindrical-coordinate representation of color #157DC6: hue angle of 204.75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157DC6 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 125 | 198 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.22 |
| HSL | 204.75º | 0.81% | 0.43% | - |
| HSV(B) | 204.75º | 0.89% | 0.78% | - |
| XYZ | 17.84 | 18.9 | 56.13 | - |
| YUV | 102.23 | 182.04 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 198 | 0.89 | 0.37 | 0 | 0.22 | 204.75 | 0.81 | 0.43 |
| Hex | 15 | 7D | C6 | 59 | 25 | 0 | 16 | CD | 51 | 2B |
| Octal | 25 | 175 | 306 | 131 | 45 | 0 | 26 | 315 | 121 | 53 |
| Binary | 10101 | 1111101 | 11000110 | 1011001 | 100101 | 0 | 10110 | 11001101 | 1010001 | 101011 |
Color Harmonies of #157DC6
Complementary color
Monochromatic Colors of #157DC6
Black with #157DC6
Text Example
Text Example
White with #157DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DC6; }
p { color: rgb(21,125,198); }
H1.HeaderClassName
{
color: #157DC6;
}
.AnyTagClassName
{
color: #157DC6;
}
</style>
background-color css
<style>
a { background-color: #157DC6; }
a { background-color: rgb(21,125,198); }
div.DivClassName
{
background-color: #157DC6;
}
.BgClassName
{
background-color: #157DC6;
}
</style>
border-color css
<style>
span { border-color: #157DC6; }
span { border-color: rgb(21,125,198); }
td.TdClassName
{
border-color: #157DC6;
}
.TagClassName
{
border-color: #157DC6;
}
</style>