Shades of Medium Blue #1300DA
Tints of Medium Blue #1300DA
RGB
CMYK
RGB Variations
Color information
#1300DA (or 0x1300DA) is known color: Medium Blue. HEX triplet: 13, 00 and DA. RGB value is (19,0,218). Sum of RGB (Red+Green+Blue) = 19+0+218=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #1300DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300DA is #ECFF25. Grayscale: #1D1D1D. Windows color (decimal): -15531814 or 14286867. OLE color: 14286867.
HSL color Cylindrical-coordinate representation of color #1300DA: hue angle of 245.23º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300DA is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 0 | 218 | - |
| CMYK | 0.91 | 1 | 0 | 0.15 |
| HSL | 245.23º | 1% | 0.43% | - |
| HSV(B) | 245.23º | 1% | 0.85% | - |
| XYZ | 12.92 | 5.2 | 66.65 | - |
| YUV | 30.53 | 233.79 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 218 | 0.91 | 1 | 0 | 0.15 | 245.23 | 1 | 0.43 |
| Hex | 13 | 0 | DA | 5B | 64 | 0 | F | F5 | 64 | 2B |
| Octal | 23 | 0 | 332 | 133 | 144 | 0 | 17 | 365 | 144 | 53 |
| Binary | 10011 | 0 | 11011010 | 1011011 | 1100100 | 0 | 1111 | 11110101 | 1100100 | 101011 |
Color Harmonies of #1300DA
Complementary color
Monochromatic Colors of #1300DA
Black with #1300DA
Text Example
Text Example
White with #1300DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300DA; }
p { color: rgb(19,0,218); }
H1.HeaderClassName
{
color: #1300DA;
}
.AnyTagClassName
{
color: #1300DA;
}
</style>
background-color css
<style>
a { background-color: #1300DA; }
a { background-color: rgb(19,0,218); }
div.DivClassName
{
background-color: #1300DA;
}
.BgClassName
{
background-color: #1300DA;
}
</style>
border-color css
<style>
span { border-color: #1300DA; }
span { border-color: rgb(19,0,218); }
td.TdClassName
{
border-color: #1300DA;
}
.TagClassName
{
border-color: #1300DA;
}
</style>