Shades of Navy Blue #157ECC
Tints of Navy Blue #157ECC
RGB
CMYK
RGB Variations
Color information
#157ECC (or 0x157ECC) is known color: Navy Blue. HEX triplet: 15, 7E and CC. RGB value is (21,126,204). Sum of RGB (Red+Green+Blue) = 21+126+204=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #157ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ECC is #EA8133. Grayscale: #676767. Windows color (decimal): -15368500 or 13401621. OLE color: 13401621.
HSL color Cylindrical-coordinate representation of color #157ECC: hue angle of 205.57º 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 #157ECC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 126 | 204 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.2 |
| HSL | 205.57º | 0.81% | 0.44% | - |
| HSV(B) | 205.57º | 0.9% | 0.8% | - |
| XYZ | 18.67 | 19.44 | 59.9 | - |
| YUV | 103.5 | 184.71 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 204 | 0.90 | 0.38 | 0 | 0.2 | 205.57 | 0.81 | 0.44 |
| Hex | 15 | 7E | CC | 5A | 26 | 0 | 14 | CE | 51 | 2C |
| Octal | 25 | 176 | 314 | 132 | 46 | 0 | 24 | 316 | 121 | 54 |
| Binary | 10101 | 1111110 | 11001100 | 1011010 | 100110 | 0 | 10100 | 11001110 | 1010001 | 101100 |
Color Harmonies of #157ECC
Complementary color
Monochromatic Colors of #157ECC
Black with #157ECC
Text Example
Text Example
White with #157ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157ECC; }
p { color: rgb(21,126,204); }
H1.HeaderClassName
{
color: #157ECC;
}
.AnyTagClassName
{
color: #157ECC;
}
</style>
background-color css
<style>
a { background-color: #157ECC; }
a { background-color: rgb(21,126,204); }
div.DivClassName
{
background-color: #157ECC;
}
.BgClassName
{
background-color: #157ECC;
}
</style>
border-color css
<style>
span { border-color: #157ECC; }
span { border-color: rgb(21,126,204); }
td.TdClassName
{
border-color: #157ECC;
}
.TagClassName
{
border-color: #157ECC;
}
</style>