Shades of Medium Blue #0019D0
Tints of Medium Blue #0019D0
RGB
CMYK
RGB Variations
Color information
#0019D0 (or 0x0019D0) is known color: Medium Blue. HEX triplet: 00, 19 and D0. RGB value is (0,25,208). Sum of RGB (Red+Green+Blue) = 0+25+208=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 208 (81.64% from 255 or 89.27% from 233); Max value from RGB is 208 - color contains mainly: blue. Hex color #0019D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0019D0 is #FFE62F. Grayscale: #252525. Windows color (decimal): -16770608 or 13637888. OLE color: 13637888.
HSL color Cylindrical-coordinate representation of color #0019D0: hue angle of 232.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019D0 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 25 | 208 | - |
| CMYK | 1 | 0.88 | 0 | 0.18 |
| HSL | 232.79º | 1% | 0.41% | - |
| HSV(B) | 232.79º | 1% | 0.82% | - |
| XYZ | 11.73 | 5.25 | 60.07 | - |
| YUV | 38.39 | 223.72 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 208 | 1 | 0.88 | 0 | 0.18 | 232.79 | 1 | 0.41 |
| Hex | 0 | 19 | D0 | 64 | 58 | 0 | 12 | E9 | 64 | 29 |
| Octal | 0 | 31 | 320 | 144 | 130 | 0 | 22 | 351 | 144 | 51 |
| Binary | 0 | 11001 | 11010000 | 1100100 | 1011000 | 0 | 10010 | 11101001 | 1100100 | 101001 |
Color Harmonies of #0019D0
Complementary color
Monochromatic Colors of #0019D0
Black with #0019D0
Text Example
Text Example
White with #0019D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019D0; }
p { color: rgb(0,25,208); }
H1.HeaderClassName
{
color: #0019D0;
}
.AnyTagClassName
{
color: #0019D0;
}
</style>
background-color css
<style>
a { background-color: #0019D0; }
a { background-color: rgb(0,25,208); }
div.DivClassName
{
background-color: #0019D0;
}
.BgClassName
{
background-color: #0019D0;
}
</style>
border-color css
<style>
span { border-color: #0019D0; }
span { border-color: rgb(0,25,208); }
td.TdClassName
{
border-color: #0019D0;
}
.TagClassName
{
border-color: #0019D0;
}
</style>