Shades of Navy Blue #157CCD
Tints of Navy Blue #157CCD
RGB
CMYK
RGB Variations
Color information
#157CCD (or 0x157CCD) is known color: Navy Blue. HEX triplet: 15, 7C and CD. RGB value is (21,124,205). Sum of RGB (Red+Green+Blue) = 21+124+205=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #157CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CCD is #EA8332. Grayscale: #666666. Windows color (decimal): -15369011 or 13466645. OLE color: 13466645.
HSL color Cylindrical-coordinate representation of color #157CCD: hue angle of 206.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157CCD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 124 | 205 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.20 |
| HSL | 206.41º | 0.81% | 0.44% | - |
| HSV(B) | 206.41º | 0.9% | 0.8% | - |
| XYZ | 18.54 | 18.98 | 60.44 | - |
| YUV | 102.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 205 | 0.90 | 0.40 | 0 | 0.20 | 206.41 | 0.81 | 0.44 |
| Hex | 15 | 7C | CD | 5A | 28 | 0 | 14 | CE | 51 | 2C |
| Octal | 25 | 174 | 315 | 132 | 50 | 0 | 24 | 316 | 121 | 54 |
| Binary | 10101 | 1111100 | 11001101 | 1011010 | 101000 | 0 | 10100 | 11001110 | 1010001 | 101100 |
Color Harmonies of #157CCD
Complementary color
Monochromatic Colors of #157CCD
Black with #157CCD
Text Example
Text Example
White with #157CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CCD; }
p { color: rgb(21,124,205); }
H1.HeaderClassName
{
color: #157CCD;
}
.AnyTagClassName
{
color: #157CCD;
}
</style>
background-color css
<style>
a { background-color: #157CCD; }
a { background-color: rgb(21,124,205); }
div.DivClassName
{
background-color: #157CCD;
}
.BgClassName
{
background-color: #157CCD;
}
</style>
border-color css
<style>
span { border-color: #157CCD; }
span { border-color: rgb(21,124,205); }
td.TdClassName
{
border-color: #157CCD;
}
.TagClassName
{
border-color: #157CCD;
}
</style>