Shades of Medium Blue #1A15CA
Tints of Medium Blue #1A15CA
RGB
CMYK
RGB Variations
Color information
#1A15CA (or 0x1A15CA) is known color: Medium Blue. HEX triplet: 1A, 15 and CA. RGB value is (26,21,202). Sum of RGB (Red+Green+Blue) = 26+21+202=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A15CA is #E5EA35. Grayscale: #2A2A2A. Windows color (decimal): -15067702 or 13243674. OLE color: 13243674.
HSL color Cylindrical-coordinate representation of color #1A15CA: hue angle of 241.66º 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 #1A15CA is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 21 | 202 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.21 |
| HSL | 241.66º | 0.81% | 0.44% | - |
| HSV(B) | 241.66º | 0.9% | 0.79% | - |
| XYZ | 11.35 | 5.02 | 56.25 | - |
| YUV | 43.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 202 | 0.87 | 0.90 | 0 | 0.21 | 241.66 | 0.81 | 0.44 |
| Hex | 1A | 15 | CA | 57 | 5A | 0 | 15 | F2 | 51 | 2C |
| Octal | 32 | 25 | 312 | 127 | 132 | 0 | 25 | 362 | 121 | 54 |
| Binary | 11010 | 10101 | 11001010 | 1010111 | 1011010 | 0 | 10101 | 11110010 | 1010001 | 101100 |
Color Harmonies of #1A15CA
Complementary color
Monochromatic Colors of #1A15CA
Black with #1A15CA
Text Example
Text Example
White with #1A15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A15CA; }
p { color: rgb(26,21,202); }
H1.HeaderClassName
{
color: #1A15CA;
}
.AnyTagClassName
{
color: #1A15CA;
}
</style>
background-color css
<style>
a { background-color: #1A15CA; }
a { background-color: rgb(26,21,202); }
div.DivClassName
{
background-color: #1A15CA;
}
.BgClassName
{
background-color: #1A15CA;
}
</style>
border-color css
<style>
span { border-color: #1A15CA; }
span { border-color: rgb(26,21,202); }
td.TdClassName
{
border-color: #1A15CA;
}
.TagClassName
{
border-color: #1A15CA;
}
</style>