Shades of Medium Blue #0019DF
Tints of Medium Blue #0019DF
RGB
CMYK
RGB Variations
Color information
#0019DF (or 0x0019DF) is known color: Medium Blue. HEX triplet: 00, 19 and DF. RGB value is (0,25,223). Sum of RGB (Red+Green+Blue) = 0+25+223=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 223 (87.5% from 255 or 89.92% from 248); Max value from RGB is 223 - color contains mainly: blue. Hex color #0019DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0019DF is #FFE620. Grayscale: #272727. Windows color (decimal): -16770593 or 14620928. OLE color: 14620928.
HSL color Cylindrical-coordinate representation of color #0019DF: hue angle of 233.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019DF is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 25 | 223 | - |
| CMYK | 1 | 0.89 | 0 | 0.13 |
| HSL | 233.27º | 1% | 0.44% | - |
| HSV(B) | 233.27º | 1% | 0.87% | - |
| XYZ | 13.67 | 6.02 | 70.25 | - |
| YUV | 40.1 | 231.22 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 223 | 1 | 0.89 | 0 | 0.13 | 233.27 | 1 | 0.44 |
| Hex | 0 | 19 | DF | 64 | 59 | 0 | D | E9 | 64 | 2C |
| Octal | 0 | 31 | 337 | 144 | 131 | 0 | 15 | 351 | 144 | 54 |
| Binary | 0 | 11001 | 11011111 | 1100100 | 1011001 | 0 | 1101 | 11101001 | 1100100 | 101100 |
Color Harmonies of #0019DF
Complementary color
Monochromatic Colors of #0019DF
Black with #0019DF
Text Example
Text Example
White with #0019DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019DF; }
p { color: rgb(0,25,223); }
H1.HeaderClassName
{
color: #0019DF;
}
.AnyTagClassName
{
color: #0019DF;
}
</style>
background-color css
<style>
a { background-color: #0019DF; }
a { background-color: rgb(0,25,223); }
div.DivClassName
{
background-color: #0019DF;
}
.BgClassName
{
background-color: #0019DF;
}
</style>
border-color css
<style>
span { border-color: #0019DF; }
span { border-color: rgb(0,25,223); }
td.TdClassName
{
border-color: #0019DF;
}
.TagClassName
{
border-color: #0019DF;
}
</style>