Shades of Navy Blue #157AD1
Tints of Navy Blue #157AD1
RGB
CMYK
RGB Variations
Color information
#157AD1 (or 0x157AD1) is known color: Navy Blue. HEX triplet: 15, 7A and D1. RGB value is (21,122,209). Sum of RGB (Red+Green+Blue) = 21+122+209=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #157AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157AD1 is #EA852E. Grayscale: #656565. Windows color (decimal): -15369519 or 13728277. OLE color: 13728277.
HSL color Cylindrical-coordinate representation of color #157AD1: hue angle of 207.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157AD1 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 122 | 209 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.18 |
| HSL | 207.77º | 0.82% | 0.45% | - |
| HSV(B) | 207.77º | 0.9% | 0.82% | - |
| XYZ | 18.78 | 18.68 | 62.94 | - |
| YUV | 101.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 209 | 0.90 | 0.42 | 0 | 0.18 | 207.77 | 0.82 | 0.45 |
| Hex | 15 | 7A | D1 | 5A | 2A | 0 | 12 | D0 | 52 | 2D |
| Octal | 25 | 172 | 321 | 132 | 52 | 0 | 22 | 320 | 122 | 55 |
| Binary | 10101 | 1111010 | 11010001 | 1011010 | 101010 | 0 | 10010 | 11010000 | 1010010 | 101101 |
Color Harmonies of #157AD1
Complementary color
Monochromatic Colors of #157AD1
Black with #157AD1
Text Example
Text Example
White with #157AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157AD1; }
p { color: rgb(21,122,209); }
H1.HeaderClassName
{
color: #157AD1;
}
.AnyTagClassName
{
color: #157AD1;
}
</style>
background-color css
<style>
a { background-color: #157AD1; }
a { background-color: rgb(21,122,209); }
div.DivClassName
{
background-color: #157AD1;
}
.BgClassName
{
background-color: #157AD1;
}
</style>
border-color css
<style>
span { border-color: #157AD1; }
span { border-color: rgb(21,122,209); }
td.TdClassName
{
border-color: #157AD1;
}
.TagClassName
{
border-color: #157AD1;
}
</style>