Shades of Navy Blue #157BDD
Tints of Navy Blue #157BDD
RGB
CMYK
RGB Variations
Color information
#157BDD (or 0x157BDD) is known color: Navy Blue. HEX triplet: 15, 7B and DD. RGB value is (21,123,221). Sum of RGB (Red+Green+Blue) = 21+123+221=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #157BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BDD is #EA8422. Grayscale: #676767. Windows color (decimal): -15369251 or 14514965. OLE color: 14514965.
HSL color Cylindrical-coordinate representation of color #157BDD: hue angle of 209.4º 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 #157BDD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 123 | 221 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.13 |
| HSL | 209.4º | 0.83% | 0.47% | - |
| HSV(B) | 209.4º | 0.9% | 0.87% | - |
| XYZ | 20.44 | 19.55 | 71.1 | - |
| YUV | 103.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 221 | 0.90 | 0.44 | 0 | 0.13 | 209.4 | 0.83 | 0.47 |
| Hex | 15 | 7B | DD | 5A | 2C | 0 | D | D1 | 53 | 2F |
| Octal | 25 | 173 | 335 | 132 | 54 | 0 | 15 | 321 | 123 | 57 |
| Binary | 10101 | 1111011 | 11011101 | 1011010 | 101100 | 0 | 1101 | 11010001 | 1010011 | 101111 |
Color Harmonies of #157BDD
Complementary color
Monochromatic Colors of #157BDD
Black with #157BDD
Text Example
Text Example
White with #157BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BDD; }
p { color: rgb(21,123,221); }
H1.HeaderClassName
{
color: #157BDD;
}
.AnyTagClassName
{
color: #157BDD;
}
</style>
background-color css
<style>
a { background-color: #157BDD; }
a { background-color: rgb(21,123,221); }
div.DivClassName
{
background-color: #157BDD;
}
.BgClassName
{
background-color: #157BDD;
}
</style>
border-color css
<style>
span { border-color: #157BDD; }
span { border-color: rgb(21,123,221); }
td.TdClassName
{
border-color: #157BDD;
}
.TagClassName
{
border-color: #157BDD;
}
</style>