Shades of Medium Blue #1A15CE
Tints of Medium Blue #1A15CE
RGB
CMYK
RGB Variations
Color information
#1A15CE (or 0x1A15CE) is known color: Medium Blue. HEX triplet: 1A, 15 and CE. RGB value is (26,21,206). Sum of RGB (Red+Green+Blue) = 26+21+206=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A15CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A15CE is #E5EA31. Grayscale: #2A2A2A. Windows color (decimal): -15067698 or 13505818. OLE color: 13505818.
HSL color Cylindrical-coordinate representation of color #1A15CE: hue angle of 241.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A15CE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 21 | 206 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.19 |
| HSL | 241.62º | 0.81% | 0.45% | - |
| HSV(B) | 241.62º | 0.9% | 0.81% | - |
| XYZ | 11.83 | 5.21 | 58.77 | - |
| YUV | 43.59 | 219.66 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 206 | 0.87 | 0.90 | 0 | 0.19 | 241.62 | 0.81 | 0.45 |
| Hex | 1A | 15 | CE | 57 | 5A | 0 | 13 | F2 | 51 | 2D |
| Octal | 32 | 25 | 316 | 127 | 132 | 0 | 23 | 362 | 121 | 55 |
| Binary | 11010 | 10101 | 11001110 | 1010111 | 1011010 | 0 | 10011 | 11110010 | 1010001 | 101101 |
Color Harmonies of #1A15CE
Complementary color
Monochromatic Colors of #1A15CE
Black with #1A15CE
Text Example
Text Example
White with #1A15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A15CE; }
p { color: rgb(26,21,206); }
H1.HeaderClassName
{
color: #1A15CE;
}
.AnyTagClassName
{
color: #1A15CE;
}
</style>
background-color css
<style>
a { background-color: #1A15CE; }
a { background-color: rgb(26,21,206); }
div.DivClassName
{
background-color: #1A15CE;
}
.BgClassName
{
background-color: #1A15CE;
}
</style>
border-color css
<style>
span { border-color: #1A15CE; }
span { border-color: rgb(26,21,206); }
td.TdClassName
{
border-color: #1A15CE;
}
.TagClassName
{
border-color: #1A15CE;
}
</style>