Shades of Navy Blue #157FDD
Tints of Navy Blue #157FDD
RGB
CMYK
RGB Variations
Color information
#157FDD (or 0x157FDD) is known color: Navy Blue. HEX triplet: 15, 7F and DD. RGB value is (21,127,221). Sum of RGB (Red+Green+Blue) = 21+127+221=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #157FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FDD is #EA8022. Grayscale: #696969. Windows color (decimal): -15368227 or 14515989. OLE color: 14515989.
HSL color Cylindrical-coordinate representation of color #157FDD: hue angle of 208.2º 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 #157FDD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 127 | 221 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.13 |
| HSL | 208.2º | 0.83% | 0.47% | - |
| HSV(B) | 208.2º | 0.9% | 0.87% | - |
| XYZ | 20.95 | 20.56 | 71.27 | - |
| YUV | 106.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 221 | 0.90 | 0.43 | 0 | 0.13 | 208.2 | 0.83 | 0.47 |
| Hex | 15 | 7F | DD | 5A | 2B | 0 | D | D0 | 53 | 2F |
| Octal | 25 | 177 | 335 | 132 | 53 | 0 | 15 | 320 | 123 | 57 |
| Binary | 10101 | 1111111 | 11011101 | 1011010 | 101011 | 0 | 1101 | 11010000 | 1010011 | 101111 |
Color Harmonies of #157FDD
Complementary color
Monochromatic Colors of #157FDD
Black with #157FDD
Text Example
Text Example
White with #157FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FDD; }
p { color: rgb(21,127,221); }
H1.HeaderClassName
{
color: #157FDD;
}
.AnyTagClassName
{
color: #157FDD;
}
</style>
background-color css
<style>
a { background-color: #157FDD; }
a { background-color: rgb(21,127,221); }
div.DivClassName
{
background-color: #157FDD;
}
.BgClassName
{
background-color: #157FDD;
}
</style>
border-color css
<style>
span { border-color: #157FDD; }
span { border-color: rgb(21,127,221); }
td.TdClassName
{
border-color: #157FDD;
}
.TagClassName
{
border-color: #157FDD;
}
</style>