Shades of Navy Blue #157FC9
Tints of Navy Blue #157FC9
RGB
CMYK
RGB Variations
Color information
#157FC9 (or 0x157FC9) is known color: Navy Blue. HEX triplet: 15, 7F and C9. RGB value is (21,127,201). Sum of RGB (Red+Green+Blue) = 21+127+201=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #157FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FC9 is #EA8036. Grayscale: #676767. Windows color (decimal): -15368247 or 13205269. OLE color: 13205269.
HSL color Cylindrical-coordinate representation of color #157FC9: hue angle of 204.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157FC9 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 127 | 201 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.21 |
| HSL | 204.67º | 0.81% | 0.44% | - |
| HSV(B) | 204.67º | 0.9% | 0.79% | - |
| XYZ | 18.44 | 19.56 | 58.06 | - |
| YUV | 103.74 | 182.88 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 201 | 0.90 | 0.37 | 0 | 0.21 | 204.67 | 0.81 | 0.44 |
| Hex | 15 | 7F | C9 | 5A | 25 | 0 | 15 | CD | 51 | 2C |
| Octal | 25 | 177 | 311 | 132 | 45 | 0 | 25 | 315 | 121 | 54 |
| Binary | 10101 | 1111111 | 11001001 | 1011010 | 100101 | 0 | 10101 | 11001101 | 1010001 | 101100 |
Color Harmonies of #157FC9
Complementary color
Monochromatic Colors of #157FC9
Black with #157FC9
Text Example
Text Example
White with #157FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FC9; }
p { color: rgb(21,127,201); }
H1.HeaderClassName
{
color: #157FC9;
}
.AnyTagClassName
{
color: #157FC9;
}
</style>
background-color css
<style>
a { background-color: #157FC9; }
a { background-color: rgb(21,127,201); }
div.DivClassName
{
background-color: #157FC9;
}
.BgClassName
{
background-color: #157FC9;
}
</style>
border-color css
<style>
span { border-color: #157FC9; }
span { border-color: rgb(21,127,201); }
td.TdClassName
{
border-color: #157FC9;
}
.TagClassName
{
border-color: #157FC9;
}
</style>