Shades of Medium Blue #1A11C2
Tints of Medium Blue #1A11C2
RGB
CMYK
RGB Variations
Color information
#1A11C2 (or 0x1A11C2) is known color: Medium Blue. HEX triplet: 1A, 11 and C2. RGB value is (26,17,194). Sum of RGB (Red+Green+Blue) = 26+17+194=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 194 (76.17% from 255 or 81.86% from 237); Max value from RGB is 194 - color contains mainly: blue. Hex color #1A11C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A11C2 is #E5EE3D. Grayscale: #272727. Windows color (decimal): -15068734 or 12718362. OLE color: 12718362.
HSL color Cylindrical-coordinate representation of color #1A11C2: hue angle of 243.05º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A11C2 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 17 | 194 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.24 |
| HSL | 243.05º | 0.84% | 0.41% | - |
| HSV(B) | 243.05º | 0.91% | 0.76% | - |
| XYZ | 10.36 | 4.52 | 51.36 | - |
| YUV | 39.87 | 214.98 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 194 | 0.87 | 0.91 | 0 | 0.24 | 243.05 | 0.84 | 0.41 |
| Hex | 1A | 11 | C2 | 57 | 5B | 0 | 18 | F3 | 54 | 29 |
| Octal | 32 | 21 | 302 | 127 | 133 | 0 | 30 | 363 | 124 | 51 |
| Binary | 11010 | 10001 | 11000010 | 1010111 | 1011011 | 0 | 11000 | 11110011 | 1010100 | 101001 |
Color Harmonies of #1A11C2
Complementary color
Monochromatic Colors of #1A11C2
Black with #1A11C2
Text Example
Text Example
White with #1A11C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A11C2; }
p { color: rgb(26,17,194); }
H1.HeaderClassName
{
color: #1A11C2;
}
.AnyTagClassName
{
color: #1A11C2;
}
</style>
background-color css
<style>
a { background-color: #1A11C2; }
a { background-color: rgb(26,17,194); }
div.DivClassName
{
background-color: #1A11C2;
}
.BgClassName
{
background-color: #1A11C2;
}
</style>
border-color css
<style>
span { border-color: #1A11C2; }
span { border-color: rgb(26,17,194); }
td.TdClassName
{
border-color: #1A11C2;
}
.TagClassName
{
border-color: #1A11C2;
}
</style>