Shades of Medium Blue #1915CA
Tints of Medium Blue #1915CA
RGB
CMYK
RGB Variations
Color information
#1915CA (or 0x1915CA) is known color: Medium Blue. HEX triplet: 19, 15 and CA. RGB value is (25,21,202). Sum of RGB (Red+Green+Blue) = 25+21+202=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #1915CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915CA is #E6EA35. Grayscale: #2A2A2A. Windows color (decimal): -15133238 or 13243673. OLE color: 13243673.
HSL color Cylindrical-coordinate representation of color #1915CA: hue angle of 241.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1915CA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 21 | 202 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.21 |
| HSL | 241.33º | 0.81% | 0.44% | - |
| HSV(B) | 241.33º | 0.9% | 0.79% | - |
| XYZ | 11.33 | 5.01 | 56.25 | - |
| YUV | 42.83 | 217.83 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 202 | 0.88 | 0.90 | 0 | 0.21 | 241.33 | 0.81 | 0.44 |
| Hex | 19 | 15 | CA | 58 | 5A | 0 | 15 | F1 | 51 | 2C |
| Octal | 31 | 25 | 312 | 130 | 132 | 0 | 25 | 361 | 121 | 54 |
| Binary | 11001 | 10101 | 11001010 | 1011000 | 1011010 | 0 | 10101 | 11110001 | 1010001 | 101100 |
Color Harmonies of #1915CA
Complementary color
Monochromatic Colors of #1915CA
Black with #1915CA
Text Example
Text Example
White with #1915CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915CA; }
p { color: rgb(25,21,202); }
H1.HeaderClassName
{
color: #1915CA;
}
.AnyTagClassName
{
color: #1915CA;
}
</style>
background-color css
<style>
a { background-color: #1915CA; }
a { background-color: rgb(25,21,202); }
div.DivClassName
{
background-color: #1915CA;
}
.BgClassName
{
background-color: #1915CA;
}
</style>
border-color css
<style>
span { border-color: #1915CA; }
span { border-color: rgb(25,21,202); }
td.TdClassName
{
border-color: #1915CA;
}
.TagClassName
{
border-color: #1915CA;
}
</style>