Shades of Medium Blue #1303DD
Tints of Medium Blue #1303DD
RGB
CMYK
RGB Variations
Color information
#1303DD (or 0x1303DD) is known color: Medium Blue. HEX triplet: 13, 03 and DD. RGB value is (19,3,221). Sum of RGB (Red+Green+Blue) = 19+3+221=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #1303DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303DD is #ECFC22. Grayscale: #1F1F1F. Windows color (decimal): -15531043 or 14484243. OLE color: 14484243.
HSL color Cylindrical-coordinate representation of color #1303DD: hue angle of 244.4º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1303DD is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 3 | 221 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.13 |
| HSL | 244.4º | 0.97% | 0.44% | - |
| HSV(B) | 244.4º | 0.99% | 0.87% | - |
| XYZ | 13.35 | 5.42 | 68.75 | - |
| YUV | 32.64 | 234.3 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 221 | 0.91 | 0.99 | 0 | 0.13 | 244.4 | 0.97 | 0.44 |
| Hex | 13 | 3 | DD | 5B | 63 | 0 | D | F4 | 61 | 2C |
| Octal | 23 | 3 | 335 | 133 | 143 | 0 | 15 | 364 | 141 | 54 |
| Binary | 10011 | 11 | 11011101 | 1011011 | 1100011 | 0 | 1101 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1303DD
Complementary color
Monochromatic Colors of #1303DD
Black with #1303DD
Text Example
Text Example
White with #1303DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303DD; }
p { color: rgb(19,3,221); }
H1.HeaderClassName
{
color: #1303DD;
}
.AnyTagClassName
{
color: #1303DD;
}
</style>
background-color css
<style>
a { background-color: #1303DD; }
a { background-color: rgb(19,3,221); }
div.DivClassName
{
background-color: #1303DD;
}
.BgClassName
{
background-color: #1303DD;
}
</style>
border-color css
<style>
span { border-color: #1303DD; }
span { border-color: rgb(19,3,221); }
td.TdClassName
{
border-color: #1303DD;
}
.TagClassName
{
border-color: #1303DD;
}
</style>