Shades of Navy Blue #157ECF
Tints of Navy Blue #157ECF
RGB
CMYK
RGB Variations
Color information
#157ECF (or 0x157ECF) is known color: Navy Blue. HEX triplet: 15, 7E and CF. RGB value is (21,126,207). Sum of RGB (Red+Green+Blue) = 21+126+207=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #157ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ECF is #EA8130. Grayscale: #676767. Windows color (decimal): -15368497 or 13598229. OLE color: 13598229.
HSL color Cylindrical-coordinate representation of color #157ECF: hue angle of 206.13º degrees, saturation: 0.82, 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 #157ECF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 126 | 207 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.19 |
| HSL | 206.13º | 0.82% | 0.45% | - |
| HSV(B) | 206.13º | 0.9% | 0.81% | - |
| XYZ | 19.03 | 19.59 | 61.81 | - |
| YUV | 103.84 | 186.21 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 207 | 0.90 | 0.39 | 0 | 0.19 | 206.13 | 0.82 | 0.45 |
| Hex | 15 | 7E | CF | 5A | 27 | 0 | 13 | CE | 52 | 2D |
| Octal | 25 | 176 | 317 | 132 | 47 | 0 | 23 | 316 | 122 | 55 |
| Binary | 10101 | 1111110 | 11001111 | 1011010 | 100111 | 0 | 10011 | 11001110 | 1010010 | 101101 |
Color Harmonies of #157ECF
Complementary color
Monochromatic Colors of #157ECF
Black with #157ECF
Text Example
Text Example
White with #157ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157ECF; }
p { color: rgb(21,126,207); }
H1.HeaderClassName
{
color: #157ECF;
}
.AnyTagClassName
{
color: #157ECF;
}
</style>
background-color css
<style>
a { background-color: #157ECF; }
a { background-color: rgb(21,126,207); }
div.DivClassName
{
background-color: #157ECF;
}
.BgClassName
{
background-color: #157ECF;
}
</style>
border-color css
<style>
span { border-color: #157ECF; }
span { border-color: rgb(21,126,207); }
td.TdClassName
{
border-color: #157ECF;
}
.TagClassName
{
border-color: #157ECF;
}
</style>