Shades of Medium Blue #1912CA
Tints of Medium Blue #1912CA
RGB
CMYK
RGB Variations
Color information
#1912CA (or 0x1912CA) is known color: Medium Blue. HEX triplet: 19, 12 and CA. RGB value is (25,18,202). Sum of RGB (Red+Green+Blue) = 25+18+202=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 202 (79.30% from 255 or 82.45% from 245); Max value from RGB is 202 - color contains mainly: blue. Hex color #1912CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1912CA is #E6ED35. Grayscale: #282828. Windows color (decimal): -15134006 or 13242905. OLE color: 13242905.
HSL color Cylindrical-coordinate representation of color #1912CA: hue angle of 242.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1912CA is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 18 | 202 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.21 |
| HSL | 242.28º | 0.84% | 0.43% | - |
| HSV(B) | 242.28º | 0.91% | 0.79% | - |
| XYZ | 11.28 | 4.9 | 56.23 | - |
| YUV | 41.07 | 218.82 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 202 | 0.88 | 0.91 | 0 | 0.21 | 242.28 | 0.84 | 0.43 |
| Hex | 19 | 12 | CA | 58 | 5B | 0 | 15 | F2 | 54 | 2B |
| Octal | 31 | 22 | 312 | 130 | 133 | 0 | 25 | 362 | 124 | 53 |
| Binary | 11001 | 10010 | 11001010 | 1011000 | 1011011 | 0 | 10101 | 11110010 | 1010100 | 101011 |
Color Harmonies of #1912CA
Complementary color
Monochromatic Colors of #1912CA
Black with #1912CA
Text Example
Text Example
White with #1912CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1912CA; }
p { color: rgb(25,18,202); }
H1.HeaderClassName
{
color: #1912CA;
}
.AnyTagClassName
{
color: #1912CA;
}
</style>
background-color css
<style>
a { background-color: #1912CA; }
a { background-color: rgb(25,18,202); }
div.DivClassName
{
background-color: #1912CA;
}
.BgClassName
{
background-color: #1912CA;
}
</style>
border-color css
<style>
span { border-color: #1912CA; }
span { border-color: rgb(25,18,202); }
td.TdClassName
{
border-color: #1912CA;
}
.TagClassName
{
border-color: #1912CA;
}
</style>