Shades of Medium Blue #1E13DA
Tints of Medium Blue #1E13DA
RGB
CMYK
RGB Variations
Color information
#1E13DA (or 0x1E13DA) is known color: Medium Blue. HEX triplet: 1E, 13 and DA. RGB value is (30,19,218). Sum of RGB (Red+Green+Blue) = 30+19+218=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E13DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13DA is #E1EC25. Grayscale: #2C2C2C. Windows color (decimal): -14806054 or 14291742. OLE color: 14291742.
HSL color Cylindrical-coordinate representation of color #1E13DA: hue angle of 243.32º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E13DA is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 19 | 218 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.15 |
| HSL | 243.32º | 0.84% | 0.46% | - |
| HSV(B) | 243.32º | 0.91% | 0.85% | - |
| XYZ | 13.42 | 5.8 | 66.74 | - |
| YUV | 44.98 | 225.64 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 218 | 0.86 | 0.91 | 0 | 0.15 | 243.32 | 0.84 | 0.46 |
| Hex | 1E | 13 | DA | 56 | 5B | 0 | F | F3 | 54 | 2E |
| Octal | 36 | 23 | 332 | 126 | 133 | 0 | 17 | 363 | 124 | 56 |
| Binary | 11110 | 10011 | 11011010 | 1010110 | 1011011 | 0 | 1111 | 11110011 | 1010100 | 101110 |
Color Harmonies of #1E13DA
Complementary color
Monochromatic Colors of #1E13DA
Black with #1E13DA
Text Example
Text Example
White with #1E13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13DA; }
p { color: rgb(30,19,218); }
H1.HeaderClassName
{
color: #1E13DA;
}
.AnyTagClassName
{
color: #1E13DA;
}
</style>
background-color css
<style>
a { background-color: #1E13DA; }
a { background-color: rgb(30,19,218); }
div.DivClassName
{
background-color: #1E13DA;
}
.BgClassName
{
background-color: #1E13DA;
}
</style>
border-color css
<style>
span { border-color: #1E13DA; }
span { border-color: rgb(30,19,218); }
td.TdClassName
{
border-color: #1E13DA;
}
.TagClassName
{
border-color: #1E13DA;
}
</style>