Shades of Medium Blue #1300E0
Tints of Medium Blue #1300E0
RGB
CMYK
RGB Variations
Color information
#1300E0 (or 0x1300E0) is known color: Medium Blue. HEX triplet: 13, 00 and E0. RGB value is (19,0,224). Sum of RGB (Red+Green+Blue) = 19+0+224=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 224 (87.89% from 255 or 92.18% from 243); Max value from RGB is 224 - color contains mainly: blue. Hex color #1300E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300E0 is #ECFF1F. Grayscale: #1E1E1E. Windows color (decimal): -15531808 or 14680083. OLE color: 14680083.
HSL color Cylindrical-coordinate representation of color #1300E0: hue angle of 245.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300E0 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 0 | 224 | - |
| CMYK | 0.92 | 1 | 0 | 0.12 |
| HSL | 245.09º | 1% | 0.44% | - |
| HSV(B) | 245.09º | 1% | 0.88% | - |
| XYZ | 13.72 | 5.52 | 70.86 | - |
| YUV | 31.22 | 236.79 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 224 | 0.92 | 1 | 0 | 0.12 | 245.09 | 1 | 0.44 |
| Hex | 13 | 0 | E0 | 5C | 64 | 0 | C | F5 | 64 | 2C |
| Octal | 23 | 0 | 340 | 134 | 144 | 0 | 14 | 365 | 144 | 54 |
| Binary | 10011 | 0 | 11100000 | 1011100 | 1100100 | 0 | 1100 | 11110101 | 1100100 | 101100 |
Color Harmonies of #1300E0
Complementary color
Monochromatic Colors of #1300E0
Black with #1300E0
Text Example
Text Example
White with #1300E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300E0; }
p { color: rgb(19,0,224); }
H1.HeaderClassName
{
color: #1300E0;
}
.AnyTagClassName
{
color: #1300E0;
}
</style>
background-color css
<style>
a { background-color: #1300E0; }
a { background-color: rgb(19,0,224); }
div.DivClassName
{
background-color: #1300E0;
}
.BgClassName
{
background-color: #1300E0;
}
</style>
border-color css
<style>
span { border-color: #1300E0; }
span { border-color: rgb(19,0,224); }
td.TdClassName
{
border-color: #1300E0;
}
.TagClassName
{
border-color: #1300E0;
}
</style>