Shades of Medium Blue #1601DF
Tints of Medium Blue #1601DF
RGB
CMYK
RGB Variations
Color information
#1601DF (or 0x1601DF) is known color: Medium Blue. HEX triplet: 16, 01 and DF. RGB value is (22,1,223). Sum of RGB (Red+Green+Blue) = 22+1+223=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #1601DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1601DF is #E9FE20. Grayscale: #1F1F1F. Windows color (decimal): -15334945 or 14614806. OLE color: 14614806.
HSL color Cylindrical-coordinate representation of color #1601DF: hue angle of 245.68º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1601DF is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 1 | 223 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.13 |
| HSL | 245.68º | 0.99% | 0.44% | - |
| HSV(B) | 245.68º | 1% | 0.87% | - |
| XYZ | 13.66 | 5.52 | 70.16 | - |
| YUV | 32.59 | 235.46 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 223 | 0.90 | 1.00 | 0 | 0.13 | 245.68 | 0.99 | 0.44 |
| Hex | 16 | 1 | DF | 5A | 64 | 0 | D | F6 | 63 | 2C |
| Octal | 26 | 1 | 337 | 132 | 144 | 0 | 15 | 366 | 143 | 54 |
| Binary | 10110 | 1 | 11011111 | 1011010 | 1100100 | 0 | 1101 | 11110110 | 1100011 | 101100 |
Color Harmonies of #1601DF
Complementary color
Monochromatic Colors of #1601DF
Black with #1601DF
Text Example
Text Example
White with #1601DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1601DF; }
p { color: rgb(22,1,223); }
H1.HeaderClassName
{
color: #1601DF;
}
.AnyTagClassName
{
color: #1601DF;
}
</style>
background-color css
<style>
a { background-color: #1601DF; }
a { background-color: rgb(22,1,223); }
div.DivClassName
{
background-color: #1601DF;
}
.BgClassName
{
background-color: #1601DF;
}
</style>
border-color css
<style>
span { border-color: #1601DF; }
span { border-color: rgb(22,1,223); }
td.TdClassName
{
border-color: #1601DF;
}
.TagClassName
{
border-color: #1601DF;
}
</style>