Shades of Navy Blue #157DC9
Tints of Navy Blue #157DC9
RGB
CMYK
RGB Variations
Color information
#157DC9 (or 0x157DC9) is known color: Navy Blue. HEX triplet: 15, 7D and C9. RGB value is (21,125,201). Sum of RGB (Red+Green+Blue) = 21+125+201=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #157DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DC9 is #EA8236. Grayscale: #666666. Windows color (decimal): -15368759 or 13204757. OLE color: 13204757.
HSL color Cylindrical-coordinate representation of color #157DC9: hue angle of 205.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157DC9 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 125 | 201 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.21 |
| HSL | 205.33º | 0.81% | 0.44% | - |
| HSV(B) | 205.33º | 0.9% | 0.79% | - |
| XYZ | 18.19 | 19.04 | 57.98 | - |
| YUV | 102.57 | 183.54 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 201 | 0.90 | 0.38 | 0 | 0.21 | 205.33 | 0.81 | 0.44 |
| Hex | 15 | 7D | C9 | 5A | 26 | 0 | 15 | CD | 51 | 2C |
| Octal | 25 | 175 | 311 | 132 | 46 | 0 | 25 | 315 | 121 | 54 |
| Binary | 10101 | 1111101 | 11001001 | 1011010 | 100110 | 0 | 10101 | 11001101 | 1010001 | 101100 |
Color Harmonies of #157DC9
Complementary color
Monochromatic Colors of #157DC9
Black with #157DC9
Text Example
Text Example
White with #157DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DC9; }
p { color: rgb(21,125,201); }
H1.HeaderClassName
{
color: #157DC9;
}
.AnyTagClassName
{
color: #157DC9;
}
</style>
background-color css
<style>
a { background-color: #157DC9; }
a { background-color: rgb(21,125,201); }
div.DivClassName
{
background-color: #157DC9;
}
.BgClassName
{
background-color: #157DC9;
}
</style>
border-color css
<style>
span { border-color: #157DC9; }
span { border-color: rgb(21,125,201); }
td.TdClassName
{
border-color: #157DC9;
}
.TagClassName
{
border-color: #157DC9;
}
</style>