Shades of Blue #1600EF
Tints of Blue #1600EF
RGB
CMYK
RGB Variations
Color information
#1600EF (or 0x1600EF) is known color: Blue. HEX triplet: 16, 00 and EF. RGB value is (22,0,239). Sum of RGB (Red+Green+Blue) = 22+0+239=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 239 (93.75% from 255 or 91.57% from 261); Max value from RGB is 239 - color contains mainly: blue. Hex color #1600EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1600EF is #E9FF10. Grayscale: #202020. Windows color (decimal): -15335185 or 15663126. OLE color: 15663126.
HSL color Cylindrical-coordinate representation of color #1600EF: hue angle of 245.52º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600EF is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 0 | 239 | - |
| CMYK | 0.91 | 1 | 0 | 0.06 |
| HSL | 245.52º | 1% | 0.47% | - |
| HSV(B) | 245.52º | 1% | 0.94% | - |
| XYZ | 15.91 | 6.4 | 82.06 | - |
| YUV | 33.82 | 243.79 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 239 | 0.91 | 1 | 0 | 0.06 | 245.52 | 1 | 0.47 |
| Hex | 16 | 0 | EF | 5B | 64 | 0 | 6 | F6 | 64 | 2F |
| Octal | 26 | 0 | 357 | 133 | 144 | 0 | 6 | 366 | 144 | 57 |
| Binary | 10110 | 0 | 11101111 | 1011011 | 1100100 | 0 | 110 | 11110110 | 1100100 | 101111 |
Color Harmonies of #1600EF
Complementary color
Monochromatic Colors of #1600EF
Black with #1600EF
Text Example
Text Example
White with #1600EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600EF; }
p { color: rgb(22,0,239); }
H1.HeaderClassName
{
color: #1600EF;
}
.AnyTagClassName
{
color: #1600EF;
}
</style>
background-color css
<style>
a { background-color: #1600EF; }
a { background-color: rgb(22,0,239); }
div.DivClassName
{
background-color: #1600EF;
}
.BgClassName
{
background-color: #1600EF;
}
</style>
border-color css
<style>
span { border-color: #1600EF; }
span { border-color: rgb(22,0,239); }
td.TdClassName
{
border-color: #1600EF;
}
.TagClassName
{
border-color: #1600EF;
}
</style>