Shades of Medium Blue #1601E5
Tints of Medium Blue #1601E5
RGB
CMYK
RGB Variations
Color information
#1601E5 (or 0x1601E5) is known color: Medium Blue. HEX triplet: 16, 01 and E5. RGB value is (22,1,229). Sum of RGB (Red+Green+Blue) = 22+1+229=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 229 (89.84% from 255 or 90.87% from 252); Max value from RGB is 229 - color contains mainly: blue. Hex color #1601E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1601E5 is #E9FE1A. Grayscale: #202020. Windows color (decimal): -15334939 or 15008022. OLE color: 15008022.
HSL color Cylindrical-coordinate representation of color #1601E5: hue angle of 245.53º 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 #1601E5 is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 1 | 229 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.10 |
| HSL | 245.53º | 0.99% | 0.45% | - |
| HSV(B) | 245.53º | 1% | 0.9% | - |
| XYZ | 14.48 | 5.85 | 74.49 | - |
| YUV | 33.27 | 238.46 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 229 | 0.90 | 1.00 | 0 | 0.10 | 245.53 | 0.99 | 0.45 |
| Hex | 16 | 1 | E5 | 5A | 64 | 0 | A | F6 | 63 | 2D |
| Octal | 26 | 1 | 345 | 132 | 144 | 0 | 12 | 366 | 143 | 55 |
| Binary | 10110 | 1 | 11100101 | 1011010 | 1100100 | 0 | 1010 | 11110110 | 1100011 | 101101 |
Color Harmonies of #1601E5
Complementary color
Monochromatic Colors of #1601E5
Black with #1601E5
Text Example
Text Example
White with #1601E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1601E5; }
p { color: rgb(22,1,229); }
H1.HeaderClassName
{
color: #1601E5;
}
.AnyTagClassName
{
color: #1601E5;
}
</style>
background-color css
<style>
a { background-color: #1601E5; }
a { background-color: rgb(22,1,229); }
div.DivClassName
{
background-color: #1601E5;
}
.BgClassName
{
background-color: #1601E5;
}
</style>
border-color css
<style>
span { border-color: #1601E5; }
span { border-color: rgb(22,1,229); }
td.TdClassName
{
border-color: #1601E5;
}
.TagClassName
{
border-color: #1601E5;
}
</style>