Shades of Navy Blue #156ECF
Tints of Navy Blue #156ECF
RGB
CMYK
RGB Variations
Color information
#156ECF (or 0x156ECF) is known color: Navy Blue. HEX triplet: 15, 6E and CF. RGB value is (21,110,207). Sum of RGB (Red+Green+Blue) = 21+110+207=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #156ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ECF is #EA9130. Grayscale: #5D5D5D. Windows color (decimal): -15372593 or 13594133. OLE color: 13594133.
HSL color Cylindrical-coordinate representation of color #156ECF: hue angle of 211.29º 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 #156ECF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 110 | 207 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.19 |
| HSL | 211.29º | 0.82% | 0.45% | - |
| HSV(B) | 211.29º | 0.9% | 0.81% | - |
| XYZ | 17.15 | 15.82 | 61.18 | - |
| YUV | 94.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 207 | 0.90 | 0.47 | 0 | 0.19 | 211.29 | 0.82 | 0.45 |
| Hex | 15 | 6E | CF | 5A | 2F | 0 | 13 | D3 | 52 | 2D |
| Octal | 25 | 156 | 317 | 132 | 57 | 0 | 23 | 323 | 122 | 55 |
| Binary | 10101 | 1101110 | 11001111 | 1011010 | 101111 | 0 | 10011 | 11010011 | 1010010 | 101101 |
Color Harmonies of #156ECF
Complementary color
Monochromatic Colors of #156ECF
Black with #156ECF
Text Example
Text Example
White with #156ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ECF; }
p { color: rgb(21,110,207); }
H1.HeaderClassName
{
color: #156ECF;
}
.AnyTagClassName
{
color: #156ECF;
}
</style>
background-color css
<style>
a { background-color: #156ECF; }
a { background-color: rgb(21,110,207); }
div.DivClassName
{
background-color: #156ECF;
}
.BgClassName
{
background-color: #156ECF;
}
</style>
border-color css
<style>
span { border-color: #156ECF; }
span { border-color: rgb(21,110,207); }
td.TdClassName
{
border-color: #156ECF;
}
.TagClassName
{
border-color: #156ECF;
}
</style>