Shades of Navy Blue #157BCC
Tints of Navy Blue #157BCC
RGB
CMYK
RGB Variations
Color information
#157BCC (or 0x157BCC) is known color: Navy Blue. HEX triplet: 15, 7B and CC. RGB value is (21,123,204). Sum of RGB (Red+Green+Blue) = 21+123+204=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #157BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BCC is #EA8433. Grayscale: #656565. Windows color (decimal): -15369268 or 13400853. OLE color: 13400853.
HSL color Cylindrical-coordinate representation of color #157BCC: hue angle of 206.56º 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 #157BCC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 123 | 204 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.2 |
| HSL | 206.56º | 0.81% | 0.44% | - |
| HSV(B) | 206.56º | 0.9% | 0.8% | - |
| XYZ | 18.29 | 18.68 | 59.77 | - |
| YUV | 101.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 204 | 0.90 | 0.40 | 0 | 0.2 | 206.56 | 0.81 | 0.44 |
| Hex | 15 | 7B | CC | 5A | 28 | 0 | 14 | CF | 51 | 2C |
| Octal | 25 | 173 | 314 | 132 | 50 | 0 | 24 | 317 | 121 | 54 |
| Binary | 10101 | 1111011 | 11001100 | 1011010 | 101000 | 0 | 10100 | 11001111 | 1010001 | 101100 |
Color Harmonies of #157BCC
Complementary color
Monochromatic Colors of #157BCC
Black with #157BCC
Text Example
Text Example
White with #157BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BCC; }
p { color: rgb(21,123,204); }
H1.HeaderClassName
{
color: #157BCC;
}
.AnyTagClassName
{
color: #157BCC;
}
</style>
background-color css
<style>
a { background-color: #157BCC; }
a { background-color: rgb(21,123,204); }
div.DivClassName
{
background-color: #157BCC;
}
.BgClassName
{
background-color: #157BCC;
}
</style>
border-color css
<style>
span { border-color: #157BCC; }
span { border-color: rgb(21,123,204); }
td.TdClassName
{
border-color: #157BCC;
}
.TagClassName
{
border-color: #157BCC;
}
</style>