Shades of Navy Blue #157FDE
Tints of Navy Blue #157FDE
RGB
CMYK
RGB Variations
Color information
#157FDE (or 0x157FDE) is known color: Navy Blue. HEX triplet: 15, 7F and DE. RGB value is (21,127,222). Sum of RGB (Red+Green+Blue) = 21+127+222=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #157FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FDE is #EA8021. Grayscale: #696969. Windows color (decimal): -15368226 or 14581525. OLE color: 14581525.
HSL color Cylindrical-coordinate representation of color #157FDE: hue angle of 208.36º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FDE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 127 | 222 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.13 |
| HSL | 208.36º | 0.83% | 0.48% | - |
| HSV(B) | 208.36º | 0.91% | 0.87% | - |
| XYZ | 21.08 | 20.61 | 71.97 | - |
| YUV | 106.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 222 | 0.91 | 0.43 | 0 | 0.13 | 208.36 | 0.83 | 0.48 |
| Hex | 15 | 7F | DE | 5B | 2B | 0 | D | D0 | 53 | 30 |
| Octal | 25 | 177 | 336 | 133 | 53 | 0 | 15 | 320 | 123 | 60 |
| Binary | 10101 | 1111111 | 11011110 | 1011011 | 101011 | 0 | 1101 | 11010000 | 1010011 | 110000 |
Color Harmonies of #157FDE
Complementary color
Monochromatic Colors of #157FDE
Black with #157FDE
Text Example
Text Example
White with #157FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FDE; }
p { color: rgb(21,127,222); }
H1.HeaderClassName
{
color: #157FDE;
}
.AnyTagClassName
{
color: #157FDE;
}
</style>
background-color css
<style>
a { background-color: #157FDE; }
a { background-color: rgb(21,127,222); }
div.DivClassName
{
background-color: #157FDE;
}
.BgClassName
{
background-color: #157FDE;
}
</style>
border-color css
<style>
span { border-color: #157FDE; }
span { border-color: rgb(21,127,222); }
td.TdClassName
{
border-color: #157FDE;
}
.TagClassName
{
border-color: #157FDE;
}
</style>