Shades of Medium Blue #1C15E3
Tints of Medium Blue #1C15E3
RGB
CMYK
RGB Variations
Color information
#1C15E3 (or 0x1C15E3) is known color: Medium Blue. HEX triplet: 1C, 15 and E3. RGB value is (28,21,227). Sum of RGB (Red+Green+Blue) = 28+21+227=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 227 (89.06% from 255 or 82.25% from 276); Max value from RGB is 227 - color contains mainly: blue. Hex color #1C15E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15E3 is #E3EA1C. Grayscale: #2D2D2D. Windows color (decimal): -14936605 or 14882076. OLE color: 14882076.
HSL color Cylindrical-coordinate representation of color #1C15E3: hue angle of 242.04º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C15E3 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 21 | 227 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.11 |
| HSL | 242.04º | 0.83% | 0.49% | - |
| HSV(B) | 242.04º | 0.91% | 0.89% | - |
| XYZ | 14.61 | 6.33 | 73.12 | - |
| YUV | 46.58 | 229.82 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 227 | 0.88 | 0.91 | 0 | 0.11 | 242.04 | 0.83 | 0.49 |
| Hex | 1C | 15 | E3 | 58 | 5B | 0 | B | F2 | 53 | 31 |
| Octal | 34 | 25 | 343 | 130 | 133 | 0 | 13 | 362 | 123 | 61 |
| Binary | 11100 | 10101 | 11100011 | 1011000 | 1011011 | 0 | 1011 | 11110010 | 1010011 | 110001 |
Color Harmonies of #1C15E3
Complementary color
Monochromatic Colors of #1C15E3
Black with #1C15E3
Text Example
Text Example
White with #1C15E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C15E3; }
p { color: rgb(28,21,227); }
H1.HeaderClassName
{
color: #1C15E3;
}
.AnyTagClassName
{
color: #1C15E3;
}
</style>
background-color css
<style>
a { background-color: #1C15E3; }
a { background-color: rgb(28,21,227); }
div.DivClassName
{
background-color: #1C15E3;
}
.BgClassName
{
background-color: #1C15E3;
}
</style>
border-color css
<style>
span { border-color: #1C15E3; }
span { border-color: rgb(28,21,227); }
td.TdClassName
{
border-color: #1C15E3;
}
.TagClassName
{
border-color: #1C15E3;
}
</style>