Shades of Navy Blue #157ADD
Tints of Navy Blue #157ADD
RGB
CMYK
RGB Variations
Color information
#157ADD (or 0x157ADD) is known color: Navy Blue. HEX triplet: 15, 7A and DD. RGB value is (21,122,221). Sum of RGB (Red+Green+Blue) = 21+122+221=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #157ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ADD is #EA8522. Grayscale: #666666. Windows color (decimal): -15369507 or 14514709. OLE color: 14514709.
HSL color Cylindrical-coordinate representation of color #157ADD: hue angle of 209.7º 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 #157ADD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 122 | 221 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.13 |
| HSL | 209.7º | 0.83% | 0.47% | - |
| HSV(B) | 209.7º | 0.9% | 0.87% | - |
| XYZ | 20.32 | 19.3 | 71.06 | - |
| YUV | 103.09 | 194.54 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 221 | 0.90 | 0.45 | 0 | 0.13 | 209.7 | 0.83 | 0.47 |
| Hex | 15 | 7A | DD | 5A | 2D | 0 | D | D2 | 53 | 2F |
| Octal | 25 | 172 | 335 | 132 | 55 | 0 | 15 | 322 | 123 | 57 |
| Binary | 10101 | 1111010 | 11011101 | 1011010 | 101101 | 0 | 1101 | 11010010 | 1010011 | 101111 |
Color Harmonies of #157ADD
Complementary color
Monochromatic Colors of #157ADD
Black with #157ADD
Text Example
Text Example
White with #157ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157ADD; }
p { color: rgb(21,122,221); }
H1.HeaderClassName
{
color: #157ADD;
}
.AnyTagClassName
{
color: #157ADD;
}
</style>
background-color css
<style>
a { background-color: #157ADD; }
a { background-color: rgb(21,122,221); }
div.DivClassName
{
background-color: #157ADD;
}
.BgClassName
{
background-color: #157ADD;
}
</style>
border-color css
<style>
span { border-color: #157ADD; }
span { border-color: rgb(21,122,221); }
td.TdClassName
{
border-color: #157ADD;
}
.TagClassName
{
border-color: #157ADD;
}
</style>