Shades of Navy Blue #157CCC
Tints of Navy Blue #157CCC
RGB
CMYK
RGB Variations
Color information
#157CCC (or 0x157CCC) is known color: Navy Blue. HEX triplet: 15, 7C and CC. RGB value is (21,124,204). Sum of RGB (Red+Green+Blue) = 21+124+204=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #157CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CCC is #EA8333. Grayscale: #656565. Windows color (decimal): -15369012 or 13401109. OLE color: 13401109.
HSL color Cylindrical-coordinate representation of color #157CCC: hue angle of 206.23º 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 #157CCC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 124 | 204 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.2 |
| HSL | 206.23º | 0.81% | 0.44% | - |
| HSV(B) | 206.23º | 0.9% | 0.8% | - |
| XYZ | 18.42 | 18.93 | 59.81 | - |
| YUV | 102.32 | 185.38 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 204 | 0.90 | 0.39 | 0 | 0.2 | 206.23 | 0.81 | 0.44 |
| Hex | 15 | 7C | CC | 5A | 27 | 0 | 14 | CE | 51 | 2C |
| Octal | 25 | 174 | 314 | 132 | 47 | 0 | 24 | 316 | 121 | 54 |
| Binary | 10101 | 1111100 | 11001100 | 1011010 | 100111 | 0 | 10100 | 11001110 | 1010001 | 101100 |
Color Harmonies of #157CCC
Complementary color
Monochromatic Colors of #157CCC
Black with #157CCC
Text Example
Text Example
White with #157CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CCC; }
p { color: rgb(21,124,204); }
H1.HeaderClassName
{
color: #157CCC;
}
.AnyTagClassName
{
color: #157CCC;
}
</style>
background-color css
<style>
a { background-color: #157CCC; }
a { background-color: rgb(21,124,204); }
div.DivClassName
{
background-color: #157CCC;
}
.BgClassName
{
background-color: #157CCC;
}
</style>
border-color css
<style>
span { border-color: #157CCC; }
span { border-color: rgb(21,124,204); }
td.TdClassName
{
border-color: #157CCC;
}
.TagClassName
{
border-color: #157CCC;
}
</style>