Shades of Blue #1600EC
Tints of Blue #1600EC
RGB
CMYK
RGB Variations
Color information
#1600EC (or 0x1600EC) is known color: Blue. HEX triplet: 16, 00 and EC. RGB value is (22,0,236). Sum of RGB (Red+Green+Blue) = 22+0+236=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 236 (92.58% from 255 or 91.47% from 258); Max value from RGB is 236 - color contains mainly: blue. Hex color #1600EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1600EC is #E9FF13. Grayscale: #202020. Windows color (decimal): -15335188 or 15466518. OLE color: 15466518.
HSL color Cylindrical-coordinate representation of color #1600EC: hue angle of 245.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600EC is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 0 | 236 | - |
| CMYK | 0.91 | 1 | 0 | 0.07 |
| HSL | 245.59º | 1% | 0.46% | - |
| HSV(B) | 245.59º | 1% | 0.93% | - |
| XYZ | 15.47 | 6.23 | 79.74 | - |
| YUV | 33.48 | 242.29 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 236 | 0.91 | 1 | 0 | 0.07 | 245.59 | 1 | 0.46 |
| Hex | 16 | 0 | EC | 5B | 64 | 0 | 7 | F6 | 64 | 2E |
| Octal | 26 | 0 | 354 | 133 | 144 | 0 | 7 | 366 | 144 | 56 |
| Binary | 10110 | 0 | 11101100 | 1011011 | 1100100 | 0 | 111 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1600EC
Complementary color
Monochromatic Colors of #1600EC
Black with #1600EC
Text Example
Text Example
White with #1600EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600EC; }
p { color: rgb(22,0,236); }
H1.HeaderClassName
{
color: #1600EC;
}
.AnyTagClassName
{
color: #1600EC;
}
</style>
background-color css
<style>
a { background-color: #1600EC; }
a { background-color: rgb(22,0,236); }
div.DivClassName
{
background-color: #1600EC;
}
.BgClassName
{
background-color: #1600EC;
}
</style>
border-color css
<style>
span { border-color: #1600EC; }
span { border-color: rgb(22,0,236); }
td.TdClassName
{
border-color: #1600EC;
}
.TagClassName
{
border-color: #1600EC;
}
</style>