Shades of Medium Blue #1912DF
Tints of Medium Blue #1912DF
RGB
CMYK
RGB Variations
Color information
#1912DF (or 0x1912DF) is known color: Medium Blue. HEX triplet: 19, 12 and DF. RGB value is (25,18,223). Sum of RGB (Red+Green+Blue) = 25+18+223=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1912DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1912DF is #E6ED20. Grayscale: #2A2A2A. Windows color (decimal): -15133985 or 14619161. OLE color: 14619161.
HSL color Cylindrical-coordinate representation of color #1912DF: hue angle of 242.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1912DF is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 18 | 223 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.13 |
| HSL | 242.05º | 0.85% | 0.47% | - |
| HSV(B) | 242.05º | 0.92% | 0.87% | - |
| XYZ | 13.94 | 5.97 | 70.23 | - |
| YUV | 43.46 | 229.32 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 223 | 0.89 | 0.92 | 0 | 0.13 | 242.05 | 0.85 | 0.47 |
| Hex | 19 | 12 | DF | 59 | 5C | 0 | D | F2 | 55 | 2F |
| Octal | 31 | 22 | 337 | 131 | 134 | 0 | 15 | 362 | 125 | 57 |
| Binary | 11001 | 10010 | 11011111 | 1011001 | 1011100 | 0 | 1101 | 11110010 | 1010101 | 101111 |
Color Harmonies of #1912DF
Complementary color
Monochromatic Colors of #1912DF
Black with #1912DF
Text Example
Text Example
White with #1912DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1912DF; }
p { color: rgb(25,18,223); }
H1.HeaderClassName
{
color: #1912DF;
}
.AnyTagClassName
{
color: #1912DF;
}
</style>
background-color css
<style>
a { background-color: #1912DF; }
a { background-color: rgb(25,18,223); }
div.DivClassName
{
background-color: #1912DF;
}
.BgClassName
{
background-color: #1912DF;
}
</style>
border-color css
<style>
span { border-color: #1912DF; }
span { border-color: rgb(25,18,223); }
td.TdClassName
{
border-color: #1912DF;
}
.TagClassName
{
border-color: #1912DF;
}
</style>