Shades of Medium Blue #1300DD
Tints of Medium Blue #1300DD
RGB
CMYK
RGB Variations
Color information
#1300DD (or 0x1300DD) is known color: Medium Blue. HEX triplet: 13, 00 and DD. RGB value is (19,0,221). Sum of RGB (Red+Green+Blue) = 19+0+221=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #1300DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300DD is #ECFF22. Grayscale: #1E1E1E. Windows color (decimal): -15531811 or 14483475. OLE color: 14483475.
HSL color Cylindrical-coordinate representation of color #1300DD: hue angle of 245.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300DD is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 0 | 221 | - |
| CMYK | 0.91 | 1 | 0 | 0.13 |
| HSL | 245.16º | 1% | 0.43% | - |
| HSV(B) | 245.16º | 1% | 0.87% | - |
| XYZ | 13.32 | 5.36 | 68.74 | - |
| YUV | 30.88 | 235.29 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 221 | 0.91 | 1 | 0 | 0.13 | 245.16 | 1 | 0.43 |
| Hex | 13 | 0 | DD | 5B | 64 | 0 | D | F5 | 64 | 2B |
| Octal | 23 | 0 | 335 | 133 | 144 | 0 | 15 | 365 | 144 | 53 |
| Binary | 10011 | 0 | 11011101 | 1011011 | 1100100 | 0 | 1101 | 11110101 | 1100100 | 101011 |
Color Harmonies of #1300DD
Complementary color
Monochromatic Colors of #1300DD
Black with #1300DD
Text Example
Text Example
White with #1300DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300DD; }
p { color: rgb(19,0,221); }
H1.HeaderClassName
{
color: #1300DD;
}
.AnyTagClassName
{
color: #1300DD;
}
</style>
background-color css
<style>
a { background-color: #1300DD; }
a { background-color: rgb(19,0,221); }
div.DivClassName
{
background-color: #1300DD;
}
.BgClassName
{
background-color: #1300DD;
}
</style>
border-color css
<style>
span { border-color: #1300DD; }
span { border-color: rgb(19,0,221); }
td.TdClassName
{
border-color: #1300DD;
}
.TagClassName
{
border-color: #1300DD;
}
</style>