Shades of Medium Blue #1302E1
Tints of Medium Blue #1302E1
RGB
CMYK
RGB Variations
Color information
#1302E1 (or 0x1302E1) is known color: Medium Blue. HEX triplet: 13, 02 and E1. RGB value is (19,2,225). Sum of RGB (Red+Green+Blue) = 19+2+225=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 225 (88.28% from 255 or 91.46% from 246); Max value from RGB is 225 - color contains mainly: blue. Hex color #1302E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302E1 is #ECFD1E. Grayscale: #1F1F1F. Windows color (decimal): -15531295 or 14746131. OLE color: 14746131.
HSL color Cylindrical-coordinate representation of color #1302E1: hue angle of 244.57º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302E1 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 2 | 225 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.12 |
| HSL | 244.57º | 0.98% | 0.45% | - |
| HSV(B) | 244.57º | 0.99% | 0.88% | - |
| XYZ | 13.88 | 5.62 | 71.59 | - |
| YUV | 32.51 | 236.63 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 225 | 0.92 | 0.99 | 0 | 0.12 | 244.57 | 0.98 | 0.45 |
| Hex | 13 | 2 | E1 | 5C | 63 | 0 | C | F5 | 62 | 2D |
| Octal | 23 | 2 | 341 | 134 | 143 | 0 | 14 | 365 | 142 | 55 |
| Binary | 10011 | 10 | 11100001 | 1011100 | 1100011 | 0 | 1100 | 11110101 | 1100010 | 101101 |
Color Harmonies of #1302E1
Complementary color
Monochromatic Colors of #1302E1
Black with #1302E1
Text Example
Text Example
White with #1302E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302E1; }
p { color: rgb(19,2,225); }
H1.HeaderClassName
{
color: #1302E1;
}
.AnyTagClassName
{
color: #1302E1;
}
</style>
background-color css
<style>
a { background-color: #1302E1; }
a { background-color: rgb(19,2,225); }
div.DivClassName
{
background-color: #1302E1;
}
.BgClassName
{
background-color: #1302E1;
}
</style>
border-color css
<style>
span { border-color: #1302E1; }
span { border-color: rgb(19,2,225); }
td.TdClassName
{
border-color: #1302E1;
}
.TagClassName
{
border-color: #1302E1;
}
</style>