Shades of Medium Blue #1305DA
Tints of Medium Blue #1305DA
RGB
CMYK
RGB Variations
Color information
#1305DA (or 0x1305DA) is known color: Medium Blue. HEX triplet: 13, 05 and DA. RGB value is (19,5,218). Sum of RGB (Red+Green+Blue) = 19+5+218=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 218 (85.55% from 255 or 90.08% from 242); Max value from RGB is 218 - color contains mainly: blue. Hex color #1305DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305DA is #ECFA25. Grayscale: #202020. Windows color (decimal): -15530534 or 14288147. OLE color: 14288147.
HSL color Cylindrical-coordinate representation of color #1305DA: hue angle of 243.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1305DA is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 5 | 218 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.15 |
| HSL | 243.94º | 0.96% | 0.44% | - |
| HSV(B) | 243.94º | 0.98% | 0.85% | - |
| XYZ | 12.98 | 5.31 | 66.67 | - |
| YUV | 33.47 | 232.14 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 218 | 0.91 | 0.98 | 0 | 0.15 | 243.94 | 0.96 | 0.44 |
| Hex | 13 | 5 | DA | 5B | 62 | 0 | F | F4 | 60 | 2C |
| Octal | 23 | 5 | 332 | 133 | 142 | 0 | 17 | 364 | 140 | 54 |
| Binary | 10011 | 101 | 11011010 | 1011011 | 1100010 | 0 | 1111 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1305DA
Complementary color
Monochromatic Colors of #1305DA
Black with #1305DA
Text Example
Text Example
White with #1305DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305DA; }
p { color: rgb(19,5,218); }
H1.HeaderClassName
{
color: #1305DA;
}
.AnyTagClassName
{
color: #1305DA;
}
</style>
background-color css
<style>
a { background-color: #1305DA; }
a { background-color: rgb(19,5,218); }
div.DivClassName
{
background-color: #1305DA;
}
.BgClassName
{
background-color: #1305DA;
}
</style>
border-color css
<style>
span { border-color: #1305DA; }
span { border-color: rgb(19,5,218); }
td.TdClassName
{
border-color: #1305DA;
}
.TagClassName
{
border-color: #1305DA;
}
</style>