Shades of Navy Blue #157FCC
Tints of Navy Blue #157FCC
RGB
CMYK
RGB Variations
Color information
#157FCC (or 0x157FCC) is known color: Navy Blue. HEX triplet: 15, 7F and CC. RGB value is (21,127,204). Sum of RGB (Red+Green+Blue) = 21+127+204=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #157FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FCC is #EA8033. Grayscale: #676767. Windows color (decimal): -15368244 or 13401877. OLE color: 13401877.
HSL color Cylindrical-coordinate representation of color #157FCC: hue angle of 205.25º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157FCC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 127 | 204 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.2 |
| HSL | 205.25º | 0.81% | 0.44% | - |
| HSV(B) | 205.25º | 0.9% | 0.8% | - |
| XYZ | 18.8 | 19.7 | 59.94 | - |
| YUV | 104.08 | 184.38 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 204 | 0.90 | 0.38 | 0 | 0.2 | 205.25 | 0.81 | 0.44 |
| Hex | 15 | 7F | CC | 5A | 26 | 0 | 14 | CD | 51 | 2C |
| Octal | 25 | 177 | 314 | 132 | 46 | 0 | 24 | 315 | 121 | 54 |
| Binary | 10101 | 1111111 | 11001100 | 1011010 | 100110 | 0 | 10100 | 11001101 | 1010001 | 101100 |
Color Harmonies of #157FCC
Complementary color
Monochromatic Colors of #157FCC
Black with #157FCC
Text Example
Text Example
White with #157FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FCC; }
p { color: rgb(21,127,204); }
H1.HeaderClassName
{
color: #157FCC;
}
.AnyTagClassName
{
color: #157FCC;
}
</style>
background-color css
<style>
a { background-color: #157FCC; }
a { background-color: rgb(21,127,204); }
div.DivClassName
{
background-color: #157FCC;
}
.BgClassName
{
background-color: #157FCC;
}
</style>
border-color css
<style>
span { border-color: #157FCC; }
span { border-color: rgb(21,127,204); }
td.TdClassName
{
border-color: #157FCC;
}
.TagClassName
{
border-color: #157FCC;
}
</style>