Shades of Medium Blue #1E13CE
Tints of Medium Blue #1E13CE
RGB
CMYK
RGB Variations
Color information
#1E13CE (or 0x1E13CE) is known color: Medium Blue. HEX triplet: 1E, 13 and CE. RGB value is (30,19,206). Sum of RGB (Red+Green+Blue) = 30+19+206=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E13CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13CE is #E1EC31. Grayscale: #2A2A2A. Windows color (decimal): -14806066 or 13505310. OLE color: 13505310.
HSL color Cylindrical-coordinate representation of color #1E13CE: hue angle of 243.53º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E13CE is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 19 | 206 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.19 |
| HSL | 243.53º | 0.83% | 0.44% | - |
| HSV(B) | 243.53º | 0.91% | 0.81% | - |
| XYZ | 11.91 | 5.2 | 58.77 | - |
| YUV | 43.61 | 219.64 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 206 | 0.85 | 0.91 | 0 | 0.19 | 243.53 | 0.83 | 0.44 |
| Hex | 1E | 13 | CE | 55 | 5B | 0 | 13 | F4 | 53 | 2C |
| Octal | 36 | 23 | 316 | 125 | 133 | 0 | 23 | 364 | 123 | 54 |
| Binary | 11110 | 10011 | 11001110 | 1010101 | 1011011 | 0 | 10011 | 11110100 | 1010011 | 101100 |
Color Harmonies of #1E13CE
Complementary color
Monochromatic Colors of #1E13CE
Black with #1E13CE
Text Example
Text Example
White with #1E13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13CE; }
p { color: rgb(30,19,206); }
H1.HeaderClassName
{
color: #1E13CE;
}
.AnyTagClassName
{
color: #1E13CE;
}
</style>
background-color css
<style>
a { background-color: #1E13CE; }
a { background-color: rgb(30,19,206); }
div.DivClassName
{
background-color: #1E13CE;
}
.BgClassName
{
background-color: #1E13CE;
}
</style>
border-color css
<style>
span { border-color: #1E13CE; }
span { border-color: rgb(30,19,206); }
td.TdClassName
{
border-color: #1E13CE;
}
.TagClassName
{
border-color: #1E13CE;
}
</style>