Shades of Medium Blue #1918DE
Tints of Medium Blue #1918DE
RGB
CMYK
RGB Variations
Color information
#1918DE (or 0x1918DE) is known color: Medium Blue. HEX triplet: 19, 18 and DE. RGB value is (25,24,222). Sum of RGB (Red+Green+Blue) = 25+24+222=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 222 (87.11% from 255 or 81.92% from 271); Max value from RGB is 222 - color contains mainly: blue. Hex color #1918DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1918DE is #E6E721. Grayscale: #2E2E2E. Windows color (decimal): -15132450 or 14555161. OLE color: 14555161.
HSL color Cylindrical-coordinate representation of color #1918DE: hue angle of 240.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1918DE is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 24 | 222 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.13 |
| HSL | 240.3º | 0.8% | 0.48% | - |
| HSV(B) | 240.3º | 0.89% | 0.87% | - |
| XYZ | 13.91 | 6.13 | 69.56 | - |
| YUV | 46.87 | 226.83 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 222 | 0.89 | 0.89 | 0 | 0.13 | 240.3 | 0.8 | 0.48 |
| Hex | 19 | 18 | DE | 59 | 59 | 0 | D | F0 | 50 | 30 |
| Octal | 31 | 30 | 336 | 131 | 131 | 0 | 15 | 360 | 120 | 60 |
| Binary | 11001 | 11000 | 11011110 | 1011001 | 1011001 | 0 | 1101 | 11110000 | 1010000 | 110000 |
Color Harmonies of #1918DE
Complementary color
Monochromatic Colors of #1918DE
Black with #1918DE
Text Example
Text Example
White with #1918DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1918DE; }
p { color: rgb(25,24,222); }
H1.HeaderClassName
{
color: #1918DE;
}
.AnyTagClassName
{
color: #1918DE;
}
</style>
background-color css
<style>
a { background-color: #1918DE; }
a { background-color: rgb(25,24,222); }
div.DivClassName
{
background-color: #1918DE;
}
.BgClassName
{
background-color: #1918DE;
}
</style>
border-color css
<style>
span { border-color: #1918DE; }
span { border-color: rgb(25,24,222); }
td.TdClassName
{
border-color: #1918DE;
}
.TagClassName
{
border-color: #1918DE;
}
</style>