Shades of Medium Blue #1301D8
Tints of Medium Blue #1301D8
RGB
CMYK
RGB Variations
Color information
#1301D8 (or 0x1301D8) is known color: Medium Blue. HEX triplet: 13, 01 and D8. RGB value is (19,1,216). Sum of RGB (Red+Green+Blue) = 19+1+216=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 216 (84.77% from 255 or 91.53% from 236); Max value from RGB is 216 - color contains mainly: blue. Hex color #1301D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301D8 is #ECFE27. Grayscale: #1E1E1E. Windows color (decimal): -15531560 or 14156051. OLE color: 14156051.
HSL color Cylindrical-coordinate representation of color #1301D8: hue angle of 245.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301D8 is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 1 | 216 | - |
| CMYK | 0.91 | 1.00 | 0 | 0.15 |
| HSL | 245.02º | 0.99% | 0.43% | - |
| HSV(B) | 245.02º | 1% | 0.85% | - |
| XYZ | 12.67 | 5.12 | 65.29 | - |
| YUV | 30.89 | 232.46 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 216 | 0.91 | 1.00 | 0 | 0.15 | 245.02 | 0.99 | 0.43 |
| Hex | 13 | 1 | D8 | 5B | 64 | 0 | F | F5 | 63 | 2B |
| Octal | 23 | 1 | 330 | 133 | 144 | 0 | 17 | 365 | 143 | 53 |
| Binary | 10011 | 1 | 11011000 | 1011011 | 1100100 | 0 | 1111 | 11110101 | 1100011 | 101011 |
Color Harmonies of #1301D8
Complementary color
Monochromatic Colors of #1301D8
Black with #1301D8
Text Example
Text Example
White with #1301D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301D8; }
p { color: rgb(19,1,216); }
H1.HeaderClassName
{
color: #1301D8;
}
.AnyTagClassName
{
color: #1301D8;
}
</style>
background-color css
<style>
a { background-color: #1301D8; }
a { background-color: rgb(19,1,216); }
div.DivClassName
{
background-color: #1301D8;
}
.BgClassName
{
background-color: #1301D8;
}
</style>
border-color css
<style>
span { border-color: #1301D8; }
span { border-color: rgb(19,1,216); }
td.TdClassName
{
border-color: #1301D8;
}
.TagClassName
{
border-color: #1301D8;
}
</style>