Shades of Medium Blue #1619DF
Tints of Medium Blue #1619DF
RGB
CMYK
RGB Variations
Color information
#1619DF (or 0x1619DF) is known color: Medium Blue. HEX triplet: 16, 19 and DF. RGB value is (22,25,223). Sum of RGB (Red+Green+Blue) = 22+25+223=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #1619DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1619DF is #E9E620. Grayscale: #2D2D2D. Windows color (decimal): -15328801 or 14620950. OLE color: 14620950.
HSL color Cylindrical-coordinate representation of color #1619DF: hue angle of 239.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1619DF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 25 | 223 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.13 |
| HSL | 239.1º | 0.82% | 0.48% | - |
| HSV(B) | 239.1º | 0.9% | 0.87% | - |
| XYZ | 14 | 6.19 | 70.27 | - |
| YUV | 46.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 223 | 0.90 | 0.89 | 0 | 0.13 | 239.1 | 0.82 | 0.48 |
| Hex | 16 | 19 | DF | 5A | 59 | 0 | D | EF | 52 | 30 |
| Octal | 26 | 31 | 337 | 132 | 131 | 0 | 15 | 357 | 122 | 60 |
| Binary | 10110 | 11001 | 11011111 | 1011010 | 1011001 | 0 | 1101 | 11101111 | 1010010 | 110000 |
Color Harmonies of #1619DF
Complementary color
Monochromatic Colors of #1619DF
Black with #1619DF
Text Example
Text Example
White with #1619DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1619DF; }
p { color: rgb(22,25,223); }
H1.HeaderClassName
{
color: #1619DF;
}
.AnyTagClassName
{
color: #1619DF;
}
</style>
background-color css
<style>
a { background-color: #1619DF; }
a { background-color: rgb(22,25,223); }
div.DivClassName
{
background-color: #1619DF;
}
.BgClassName
{
background-color: #1619DF;
}
</style>
border-color css
<style>
span { border-color: #1619DF; }
span { border-color: rgb(22,25,223); }
td.TdClassName
{
border-color: #1619DF;
}
.TagClassName
{
border-color: #1619DF;
}
</style>