Shades of Navy Blue #157CDD
Tints of Navy Blue #157CDD
RGB
CMYK
RGB Variations
Color information
#157CDD (or 0x157CDD) is known color: Navy Blue. HEX triplet: 15, 7C and DD. RGB value is (21,124,221). Sum of RGB (Red+Green+Blue) = 21+124+221=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #157CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CDD is #EA8322. Grayscale: #676767. Windows color (decimal): -15368995 or 14515221. OLE color: 14515221.
HSL color Cylindrical-coordinate representation of color #157CDD: hue angle of 209.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157CDD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 124 | 221 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.13 |
| HSL | 209.1º | 0.83% | 0.47% | - |
| HSV(B) | 209.1º | 0.9% | 0.87% | - |
| XYZ | 20.57 | 19.8 | 71.14 | - |
| YUV | 104.26 | 193.88 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 221 | 0.90 | 0.44 | 0 | 0.13 | 209.1 | 0.83 | 0.47 |
| Hex | 15 | 7C | DD | 5A | 2C | 0 | D | D1 | 53 | 2F |
| Octal | 25 | 174 | 335 | 132 | 54 | 0 | 15 | 321 | 123 | 57 |
| Binary | 10101 | 1111100 | 11011101 | 1011010 | 101100 | 0 | 1101 | 11010001 | 1010011 | 101111 |
Color Harmonies of #157CDD
Complementary color
Monochromatic Colors of #157CDD
Black with #157CDD
Text Example
Text Example
White with #157CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CDD; }
p { color: rgb(21,124,221); }
H1.HeaderClassName
{
color: #157CDD;
}
.AnyTagClassName
{
color: #157CDD;
}
</style>
background-color css
<style>
a { background-color: #157CDD; }
a { background-color: rgb(21,124,221); }
div.DivClassName
{
background-color: #157CDD;
}
.BgClassName
{
background-color: #157CDD;
}
</style>
border-color css
<style>
span { border-color: #157CDD; }
span { border-color: rgb(21,124,221); }
td.TdClassName
{
border-color: #157CDD;
}
.TagClassName
{
border-color: #157CDD;
}
</style>