Shades of Medium Blue #1908DB
Tints of Medium Blue #1908DB
RGB
CMYK
RGB Variations
Color information
#1908DB (or 0x1908DB) is known color: Medium Blue. HEX triplet: 19, 08 and DB. RGB value is (25,8,219). Sum of RGB (Red+Green+Blue) = 25+8+219=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #1908DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908DB is #E6F724. Grayscale: #242424. Windows color (decimal): -15136549 or 14354457. OLE color: 14354457.
HSL color Cylindrical-coordinate representation of color #1908DB: hue angle of 244.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908DB is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 8 | 219 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.14 |
| HSL | 244.83º | 0.93% | 0.45% | - |
| HSV(B) | 244.83º | 0.96% | 0.86% | - |
| XYZ | 13.27 | 5.49 | 67.38 | - |
| YUV | 37.14 | 230.63 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 219 | 0.89 | 0.96 | 0 | 0.14 | 244.83 | 0.93 | 0.45 |
| Hex | 19 | 8 | DB | 59 | 60 | 0 | E | F5 | 5D | 2D |
| Octal | 31 | 10 | 333 | 131 | 140 | 0 | 16 | 365 | 135 | 55 |
| Binary | 11001 | 1000 | 11011011 | 1011001 | 1100000 | 0 | 1110 | 11110101 | 1011101 | 101101 |
Color Harmonies of #1908DB
Complementary color
Monochromatic Colors of #1908DB
Black with #1908DB
Text Example
Text Example
White with #1908DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908DB; }
p { color: rgb(25,8,219); }
H1.HeaderClassName
{
color: #1908DB;
}
.AnyTagClassName
{
color: #1908DB;
}
</style>
background-color css
<style>
a { background-color: #1908DB; }
a { background-color: rgb(25,8,219); }
div.DivClassName
{
background-color: #1908DB;
}
.BgClassName
{
background-color: #1908DB;
}
</style>
border-color css
<style>
span { border-color: #1908DB; }
span { border-color: rgb(25,8,219); }
td.TdClassName
{
border-color: #1908DB;
}
.TagClassName
{
border-color: #1908DB;
}
</style>