Shades of Medium Blue #1902DB
Tints of Medium Blue #1902DB
RGB
CMYK
RGB Variations
Color information
#1902DB (or 0x1902DB) is known color: Medium Blue. HEX triplet: 19, 02 and DB. RGB value is (25,2,219). Sum of RGB (Red+Green+Blue) = 25+2+219=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #1902DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902DB is #E6FD24. Grayscale: #202020. Windows color (decimal): -15138085 or 14352921. OLE color: 14352921.
HSL color Cylindrical-coordinate representation of color #1902DB: hue angle of 246.36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1902DB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 2 | 219 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.14 |
| HSL | 246.36º | 0.98% | 0.43% | - |
| HSV(B) | 246.36º | 0.99% | 0.86% | - |
| XYZ | 13.21 | 5.36 | 67.36 | - |
| YUV | 33.62 | 232.62 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 219 | 0.89 | 0.99 | 0 | 0.14 | 246.36 | 0.98 | 0.43 |
| Hex | 19 | 2 | DB | 59 | 63 | 0 | E | F6 | 62 | 2B |
| Octal | 31 | 2 | 333 | 131 | 143 | 0 | 16 | 366 | 142 | 53 |
| Binary | 11001 | 10 | 11011011 | 1011001 | 1100011 | 0 | 1110 | 11110110 | 1100010 | 101011 |
Color Harmonies of #1902DB
Complementary color
Monochromatic Colors of #1902DB
Black with #1902DB
Text Example
Text Example
White with #1902DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1902DB; }
p { color: rgb(25,2,219); }
H1.HeaderClassName
{
color: #1902DB;
}
.AnyTagClassName
{
color: #1902DB;
}
</style>
background-color css
<style>
a { background-color: #1902DB; }
a { background-color: rgb(25,2,219); }
div.DivClassName
{
background-color: #1902DB;
}
.BgClassName
{
background-color: #1902DB;
}
</style>
border-color css
<style>
span { border-color: #1902DB; }
span { border-color: rgb(25,2,219); }
td.TdClassName
{
border-color: #1902DB;
}
.TagClassName
{
border-color: #1902DB;
}
</style>