Shades of Navy Blue #157CCB
Tints of Navy Blue #157CCB
RGB
CMYK
RGB Variations
Color information
#157CCB (or 0x157CCB) is known color: Navy Blue. HEX triplet: 15, 7C and CB. RGB value is (21,124,203). Sum of RGB (Red+Green+Blue) = 21+124+203=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #157CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CCB is #EA8334. Grayscale: #656565. Windows color (decimal): -15369013 or 13335573. OLE color: 13335573.
HSL color Cylindrical-coordinate representation of color #157CCB: hue angle of 206.04º 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 #157CCB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 124 | 203 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.20 |
| HSL | 206.04º | 0.81% | 0.44% | - |
| HSV(B) | 206.04º | 0.9% | 0.8% | - |
| XYZ | 18.3 | 18.89 | 59.18 | - |
| YUV | 102.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 203 | 0.90 | 0.39 | 0 | 0.20 | 206.04 | 0.81 | 0.44 |
| Hex | 15 | 7C | CB | 5A | 27 | 0 | 14 | CE | 51 | 2C |
| Octal | 25 | 174 | 313 | 132 | 47 | 0 | 24 | 316 | 121 | 54 |
| Binary | 10101 | 1111100 | 11001011 | 1011010 | 100111 | 0 | 10100 | 11001110 | 1010001 | 101100 |
Color Harmonies of #157CCB
Complementary color
Monochromatic Colors of #157CCB
Black with #157CCB
Text Example
Text Example
White with #157CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CCB; }
p { color: rgb(21,124,203); }
H1.HeaderClassName
{
color: #157CCB;
}
.AnyTagClassName
{
color: #157CCB;
}
</style>
background-color css
<style>
a { background-color: #157CCB; }
a { background-color: rgb(21,124,203); }
div.DivClassName
{
background-color: #157CCB;
}
.BgClassName
{
background-color: #157CCB;
}
</style>
border-color css
<style>
span { border-color: #157CCB; }
span { border-color: rgb(21,124,203); }
td.TdClassName
{
border-color: #157CCB;
}
.TagClassName
{
border-color: #157CCB;
}
</style>