Shades of Navy Blue #157BD0
Tints of Navy Blue #157BD0
RGB
CMYK
RGB Variations
Color information
#157BD0 (or 0x157BD0) is known color: Navy Blue. HEX triplet: 15, 7B and D0. RGB value is (21,123,208). Sum of RGB (Red+Green+Blue) = 21+123+208=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #157BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BD0 is #EA842F. Grayscale: #656565. Windows color (decimal): -15369264 or 13662997. OLE color: 13662997.
HSL color Cylindrical-coordinate representation of color #157BD0: hue angle of 207.27º 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 #157BD0 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 123 | 208 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.18 |
| HSL | 207.27º | 0.82% | 0.45% | - |
| HSV(B) | 207.27º | 0.9% | 0.82% | - |
| XYZ | 18.78 | 18.88 | 62.33 | - |
| YUV | 102.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 208 | 0.90 | 0.41 | 0 | 0.18 | 207.27 | 0.82 | 0.45 |
| Hex | 15 | 7B | D0 | 5A | 29 | 0 | 12 | CF | 52 | 2D |
| Octal | 25 | 173 | 320 | 132 | 51 | 0 | 22 | 317 | 122 | 55 |
| Binary | 10101 | 1111011 | 11010000 | 1011010 | 101001 | 0 | 10010 | 11001111 | 1010010 | 101101 |
Color Harmonies of #157BD0
Complementary color
Monochromatic Colors of #157BD0
Black with #157BD0
Text Example
Text Example
White with #157BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BD0; }
p { color: rgb(21,123,208); }
H1.HeaderClassName
{
color: #157BD0;
}
.AnyTagClassName
{
color: #157BD0;
}
</style>
background-color css
<style>
a { background-color: #157BD0; }
a { background-color: rgb(21,123,208); }
div.DivClassName
{
background-color: #157BD0;
}
.BgClassName
{
background-color: #157BD0;
}
</style>
border-color css
<style>
span { border-color: #157BD0; }
span { border-color: rgb(21,123,208); }
td.TdClassName
{
border-color: #157BD0;
}
.TagClassName
{
border-color: #157BD0;
}
</style>