Shades of Blue #1601E6
Tints of Blue #1601E6
RGB
CMYK
RGB Variations
Color information
#1601E6 (or 0x1601E6) is known color: Blue. HEX triplet: 16, 01 and E6. RGB value is (22,1,230). Sum of RGB (Red+Green+Blue) = 22+1+230=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 230 (90.23% from 255 or 90.91% from 253); Max value from RGB is 230 - color contains mainly: blue. Hex color #1601E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1601E6 is #E9FE19. Grayscale: #202020. Windows color (decimal): -15334938 or 15073558. OLE color: 15073558.
HSL color Cylindrical-coordinate representation of color #1601E6: hue angle of 245.5º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1601E6 is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 1 | 230 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.10 |
| HSL | 245.5º | 0.99% | 0.45% | - |
| HSV(B) | 245.5º | 1% | 0.9% | - |
| XYZ | 14.62 | 5.91 | 75.23 | - |
| YUV | 33.39 | 238.96 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 230 | 0.90 | 1.00 | 0 | 0.10 | 245.5 | 0.99 | 0.45 |
| Hex | 16 | 1 | E6 | 5A | 64 | 0 | A | F6 | 63 | 2D |
| Octal | 26 | 1 | 346 | 132 | 144 | 0 | 12 | 366 | 143 | 55 |
| Binary | 10110 | 1 | 11100110 | 1011010 | 1100100 | 0 | 1010 | 11110110 | 1100011 | 101101 |
Color Harmonies of #1601E6
Complementary color
Monochromatic Colors of #1601E6
Black with #1601E6
Text Example
Text Example
White with #1601E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1601E6; }
p { color: rgb(22,1,230); }
H1.HeaderClassName
{
color: #1601E6;
}
.AnyTagClassName
{
color: #1601E6;
}
</style>
background-color css
<style>
a { background-color: #1601E6; }
a { background-color: rgb(22,1,230); }
div.DivClassName
{
background-color: #1601E6;
}
.BgClassName
{
background-color: #1601E6;
}
</style>
border-color css
<style>
span { border-color: #1601E6; }
span { border-color: rgb(22,1,230); }
td.TdClassName
{
border-color: #1601E6;
}
.TagClassName
{
border-color: #1601E6;
}
</style>