Shades of Navy Blue #157DCB
Tints of Navy Blue #157DCB
RGB
CMYK
RGB Variations
Color information
#157DCB (or 0x157DCB) is known color: Navy Blue. HEX triplet: 15, 7D and CB. RGB value is (21,125,203). Sum of RGB (Red+Green+Blue) = 21+125+203=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #157DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DCB is #EA8234. Grayscale: #666666. Windows color (decimal): -15368757 or 13335829. OLE color: 13335829.
HSL color Cylindrical-coordinate representation of color #157DCB: hue angle of 205.71º 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 #157DCB is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 125 | 203 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.20 |
| HSL | 205.71º | 0.81% | 0.44% | - |
| HSV(B) | 205.71º | 0.9% | 0.8% | - |
| XYZ | 18.42 | 19.14 | 59.22 | - |
| YUV | 102.8 | 184.54 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 203 | 0.90 | 0.38 | 0 | 0.20 | 205.71 | 0.81 | 0.44 |
| Hex | 15 | 7D | CB | 5A | 26 | 0 | 14 | CE | 51 | 2C |
| Octal | 25 | 175 | 313 | 132 | 46 | 0 | 24 | 316 | 121 | 54 |
| Binary | 10101 | 1111101 | 11001011 | 1011010 | 100110 | 0 | 10100 | 11001110 | 1010001 | 101100 |
Color Harmonies of #157DCB
Complementary color
Monochromatic Colors of #157DCB
Black with #157DCB
Text Example
Text Example
White with #157DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DCB; }
p { color: rgb(21,125,203); }
H1.HeaderClassName
{
color: #157DCB;
}
.AnyTagClassName
{
color: #157DCB;
}
</style>
background-color css
<style>
a { background-color: #157DCB; }
a { background-color: rgb(21,125,203); }
div.DivClassName
{
background-color: #157DCB;
}
.BgClassName
{
background-color: #157DCB;
}
</style>
border-color css
<style>
span { border-color: #157DCB; }
span { border-color: rgb(21,125,203); }
td.TdClassName
{
border-color: #157DCB;
}
.TagClassName
{
border-color: #157DCB;
}
</style>