Shades of Medium Blue #1912DA
Tints of Medium Blue #1912DA
RGB
CMYK
RGB Variations
Color information
#1912DA (or 0x1912DA) is known color: Medium Blue. HEX triplet: 19, 12 and DA. RGB value is (25,18,218). Sum of RGB (Red+Green+Blue) = 25+18+218=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 218 (85.55% from 255 or 83.52% from 261); Max value from RGB is 218 - color contains mainly: blue. Hex color #1912DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1912DA is #E6ED25. Grayscale: #2A2A2A. Windows color (decimal): -15133990 or 14291481. OLE color: 14291481.
HSL color Cylindrical-coordinate representation of color #1912DA: hue angle of 242.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1912DA is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 18 | 218 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.15 |
| HSL | 242.1º | 0.85% | 0.46% | - |
| HSV(B) | 242.1º | 0.92% | 0.85% | - |
| XYZ | 13.27 | 5.7 | 66.73 | - |
| YUV | 42.89 | 226.82 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 218 | 0.89 | 0.92 | 0 | 0.15 | 242.1 | 0.85 | 0.46 |
| Hex | 19 | 12 | DA | 59 | 5C | 0 | F | F2 | 55 | 2E |
| Octal | 31 | 22 | 332 | 131 | 134 | 0 | 17 | 362 | 125 | 56 |
| Binary | 11001 | 10010 | 11011010 | 1011001 | 1011100 | 0 | 1111 | 11110010 | 1010101 | 101110 |
Color Harmonies of #1912DA
Complementary color
Monochromatic Colors of #1912DA
Black with #1912DA
Text Example
Text Example
White with #1912DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1912DA; }
p { color: rgb(25,18,218); }
H1.HeaderClassName
{
color: #1912DA;
}
.AnyTagClassName
{
color: #1912DA;
}
</style>
background-color css
<style>
a { background-color: #1912DA; }
a { background-color: rgb(25,18,218); }
div.DivClassName
{
background-color: #1912DA;
}
.BgClassName
{
background-color: #1912DA;
}
</style>
border-color css
<style>
span { border-color: #1912DA; }
span { border-color: rgb(25,18,218); }
td.TdClassName
{
border-color: #1912DA;
}
.TagClassName
{
border-color: #1912DA;
}
</style>