Shades of Medium Blue #0019DB
Tints of Medium Blue #0019DB
RGB
CMYK
RGB Variations
Color information
#0019DB (or 0x0019DB) is known color: Medium Blue. HEX triplet: 00, 19 and DB. RGB value is (0,25,219). Sum of RGB (Red+Green+Blue) = 0+25+219=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #0019DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0019DB is #FFE624. Grayscale: #262626. Windows color (decimal): -16770597 or 14358784. OLE color: 14358784.
HSL color Cylindrical-coordinate representation of color #0019DB: hue angle of 233.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019DB is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 25 | 219 | - |
| CMYK | 1 | 0.89 | 0 | 0.14 |
| HSL | 233.15º | 1% | 0.43% | - |
| HSV(B) | 233.15º | 1% | 0.86% | - |
| XYZ | 13.13 | 5.81 | 67.45 | - |
| YUV | 39.64 | 229.22 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 219 | 1 | 0.89 | 0 | 0.14 | 233.15 | 1 | 0.43 |
| Hex | 0 | 19 | DB | 64 | 59 | 0 | E | E9 | 64 | 2B |
| Octal | 0 | 31 | 333 | 144 | 131 | 0 | 16 | 351 | 144 | 53 |
| Binary | 0 | 11001 | 11011011 | 1100100 | 1011001 | 0 | 1110 | 11101001 | 1100100 | 101011 |
Color Harmonies of #0019DB
Complementary color
Monochromatic Colors of #0019DB
Black with #0019DB
Text Example
Text Example
White with #0019DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019DB; }
p { color: rgb(0,25,219); }
H1.HeaderClassName
{
color: #0019DB;
}
.AnyTagClassName
{
color: #0019DB;
}
</style>
background-color css
<style>
a { background-color: #0019DB; }
a { background-color: rgb(0,25,219); }
div.DivClassName
{
background-color: #0019DB;
}
.BgClassName
{
background-color: #0019DB;
}
</style>
border-color css
<style>
span { border-color: #0019DB; }
span { border-color: rgb(0,25,219); }
td.TdClassName
{
border-color: #0019DB;
}
.TagClassName
{
border-color: #0019DB;
}
</style>