Shades of Medium Blue #1601B5
Tints of Medium Blue #1601B5
RGB
CMYK
RGB Variations
Color information
#1601B5 (or 0x1601B5) is known color: Medium Blue. HEX triplet: 16, 01 and B5. RGB value is (22,1,181). Sum of RGB (Red+Green+Blue) = 22+1+181=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 181 (71.09% from 255 or 88.73% from 204); Max value from RGB is 181 - color contains mainly: blue. Hex color #1601B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1601B5 is #E9FE4A. Grayscale: #1B1B1B. Windows color (decimal): -15334987 or 11862294. OLE color: 11862294.
HSL color Cylindrical-coordinate representation of color #1601B5: hue angle of 247º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1601B5 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 1 | 181 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.29 |
| HSL | 247º | 0.99% | 0.36% | - |
| HSV(B) | 247º | 0.99% | 0.71% | - |
| XYZ | 8.68 | 3.53 | 43.94 | - |
| YUV | 27.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 181 | 0.88 | 0.99 | 0 | 0.29 | 247 | 0.99 | 0.36 |
| Hex | 16 | 1 | B5 | 58 | 63 | 0 | 1D | F7 | 63 | 24 |
| Octal | 26 | 1 | 265 | 130 | 143 | 0 | 35 | 367 | 143 | 44 |
| Binary | 10110 | 1 | 10110101 | 1011000 | 1100011 | 0 | 11101 | 11110111 | 1100011 | 100100 |
Color Harmonies of #1601B5
Complementary color
Monochromatic Colors of #1601B5
Black with #1601B5
Text Example
Text Example
White with #1601B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1601B5; }
p { color: rgb(22,1,181); }
H1.HeaderClassName
{
color: #1601B5;
}
.AnyTagClassName
{
color: #1601B5;
}
</style>
background-color css
<style>
a { background-color: #1601B5; }
a { background-color: rgb(22,1,181); }
div.DivClassName
{
background-color: #1601B5;
}
.BgClassName
{
background-color: #1601B5;
}
</style>
border-color css
<style>
span { border-color: #1601B5; }
span { border-color: rgb(22,1,181); }
td.TdClassName
{
border-color: #1601B5;
}
.TagClassName
{
border-color: #1601B5;
}
</style>