Shades of Medium Blue #1003E5
Tints of Medium Blue #1003E5
RGB
CMYK
RGB Variations
Color information
#1003E5 (or 0x1003E5) is known color: Medium Blue. HEX triplet: 10, 03 and E5. RGB value is (16,3,229). Sum of RGB (Red+Green+Blue) = 16+3+229=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 229 (89.84% from 255 or 92.34% from 248); Max value from RGB is 229 - color contains mainly: blue. Hex color #1003E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003E5 is #EFFC1A. Grayscale: #1F1F1F. Windows color (decimal): -15727643 or 15008528. OLE color: 15008528.
HSL color Cylindrical-coordinate representation of color #1003E5: hue angle of 243.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003E5 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 3 | 229 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.10 |
| HSL | 243.45º | 0.97% | 0.45% | - |
| HSV(B) | 243.45º | 0.99% | 0.9% | - |
| XYZ | 14.39 | 5.83 | 74.5 | - |
| YUV | 32.65 | 238.81 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 229 | 0.93 | 0.99 | 0 | 0.10 | 243.45 | 0.97 | 0.45 |
| Hex | 10 | 3 | E5 | 5D | 63 | 0 | A | F3 | 61 | 2D |
| Octal | 20 | 3 | 345 | 135 | 143 | 0 | 12 | 363 | 141 | 55 |
| Binary | 10000 | 11 | 11100101 | 1011101 | 1100011 | 0 | 1010 | 11110011 | 1100001 | 101101 |
Color Harmonies of #1003E5
Complementary color
Monochromatic Colors of #1003E5
Black with #1003E5
Text Example
Text Example
White with #1003E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003E5; }
p { color: rgb(16,3,229); }
H1.HeaderClassName
{
color: #1003E5;
}
.AnyTagClassName
{
color: #1003E5;
}
</style>
background-color css
<style>
a { background-color: #1003E5; }
a { background-color: rgb(16,3,229); }
div.DivClassName
{
background-color: #1003E5;
}
.BgClassName
{
background-color: #1003E5;
}
</style>
border-color css
<style>
span { border-color: #1003E5; }
span { border-color: rgb(16,3,229); }
td.TdClassName
{
border-color: #1003E5;
}
.TagClassName
{
border-color: #1003E5;
}
</style>