Shades of Medium Blue #1303DE
Tints of Medium Blue #1303DE
RGB
CMYK
RGB Variations
Color information
#1303DE (or 0x1303DE) is known color: Medium Blue. HEX triplet: 13, 03 and DE. RGB value is (19,3,222). Sum of RGB (Red+Green+Blue) = 19+3+222=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 222 (87.11% from 255 or 90.98% from 244); Max value from RGB is 222 - color contains mainly: blue. Hex color #1303DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303DE is #ECFC21. Grayscale: #1F1F1F. Windows color (decimal): -15531042 or 14549779. OLE color: 14549779.
HSL color Cylindrical-coordinate representation of color #1303DE: hue angle of 244.38º 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 #1303DE is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 3 | 222 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.13 |
| HSL | 244.38º | 0.97% | 0.44% | - |
| HSV(B) | 244.38º | 0.99% | 0.87% | - |
| XYZ | 13.49 | 5.48 | 69.45 | - |
| YUV | 32.75 | 234.8 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 222 | 0.91 | 0.99 | 0 | 0.13 | 244.38 | 0.97 | 0.44 |
| Hex | 13 | 3 | DE | 5B | 63 | 0 | D | F4 | 61 | 2C |
| Octal | 23 | 3 | 336 | 133 | 143 | 0 | 15 | 364 | 141 | 54 |
| Binary | 10011 | 11 | 11011110 | 1011011 | 1100011 | 0 | 1101 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1303DE
Complementary color
Monochromatic Colors of #1303DE
Black with #1303DE
Text Example
Text Example
White with #1303DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303DE; }
p { color: rgb(19,3,222); }
H1.HeaderClassName
{
color: #1303DE;
}
.AnyTagClassName
{
color: #1303DE;
}
</style>
background-color css
<style>
a { background-color: #1303DE; }
a { background-color: rgb(19,3,222); }
div.DivClassName
{
background-color: #1303DE;
}
.BgClassName
{
background-color: #1303DE;
}
</style>
border-color css
<style>
span { border-color: #1303DE; }
span { border-color: rgb(19,3,222); }
td.TdClassName
{
border-color: #1303DE;
}
.TagClassName
{
border-color: #1303DE;
}
</style>