Shades of Navy Blue #157DCE
Tints of Navy Blue #157DCE
RGB
CMYK
RGB Variations
Color information
#157DCE (or 0x157DCE) is known color: Navy Blue. HEX triplet: 15, 7D and CE. RGB value is (21,125,206). Sum of RGB (Red+Green+Blue) = 21+125+206=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #157DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DCE is #EA8231. Grayscale: #666666. Windows color (decimal): -15368754 or 13532437. OLE color: 13532437.
HSL color Cylindrical-coordinate representation of color #157DCE: hue angle of 206.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157DCE is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 125 | 206 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.19 |
| HSL | 206.27º | 0.81% | 0.45% | - |
| HSV(B) | 206.27º | 0.9% | 0.81% | - |
| XYZ | 18.78 | 19.28 | 61.12 | - |
| YUV | 103.14 | 186.04 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 206 | 0.90 | 0.39 | 0 | 0.19 | 206.27 | 0.81 | 0.45 |
| Hex | 15 | 7D | CE | 5A | 27 | 0 | 13 | CE | 51 | 2D |
| Octal | 25 | 175 | 316 | 132 | 47 | 0 | 23 | 316 | 121 | 55 |
| Binary | 10101 | 1111101 | 11001110 | 1011010 | 100111 | 0 | 10011 | 11001110 | 1010001 | 101101 |
Color Harmonies of #157DCE
Complementary color
Monochromatic Colors of #157DCE
Black with #157DCE
Text Example
Text Example
White with #157DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DCE; }
p { color: rgb(21,125,206); }
H1.HeaderClassName
{
color: #157DCE;
}
.AnyTagClassName
{
color: #157DCE;
}
</style>
background-color css
<style>
a { background-color: #157DCE; }
a { background-color: rgb(21,125,206); }
div.DivClassName
{
background-color: #157DCE;
}
.BgClassName
{
background-color: #157DCE;
}
</style>
border-color css
<style>
span { border-color: #157DCE; }
span { border-color: rgb(21,125,206); }
td.TdClassName
{
border-color: #157DCE;
}
.TagClassName
{
border-color: #157DCE;
}
</style>