Shades of Medium Blue #1205DA
Tints of Medium Blue #1205DA
RGB
CMYK
RGB Variations
Color information
#1205DA (or 0x1205DA) is known color: Medium Blue. HEX triplet: 12, 05 and DA. RGB value is (18,5,218). Sum of RGB (Red+Green+Blue) = 18+5+218=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 218 (85.55% from 255 or 90.46% from 241); Max value from RGB is 218 - color contains mainly: blue. Hex color #1205DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205DA is #EDFA25. Grayscale: #202020. Windows color (decimal): -15596070 or 14288146. OLE color: 14288146.
HSL color Cylindrical-coordinate representation of color #1205DA: hue angle of 243.66º 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 #1205DA is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 5 | 218 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.15 |
| HSL | 243.66º | 0.96% | 0.44% | - |
| HSV(B) | 243.66º | 0.98% | 0.85% | - |
| XYZ | 12.96 | 5.3 | 66.67 | - |
| YUV | 33.17 | 232.31 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 218 | 0.92 | 0.98 | 0 | 0.15 | 243.66 | 0.96 | 0.44 |
| Hex | 12 | 5 | DA | 5C | 62 | 0 | F | F4 | 60 | 2C |
| Octal | 22 | 5 | 332 | 134 | 142 | 0 | 17 | 364 | 140 | 54 |
| Binary | 10010 | 101 | 11011010 | 1011100 | 1100010 | 0 | 1111 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1205DA
Complementary color
Monochromatic Colors of #1205DA
Black with #1205DA
Text Example
Text Example
White with #1205DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1205DA; }
p { color: rgb(18,5,218); }
H1.HeaderClassName
{
color: #1205DA;
}
.AnyTagClassName
{
color: #1205DA;
}
</style>
background-color css
<style>
a { background-color: #1205DA; }
a { background-color: rgb(18,5,218); }
div.DivClassName
{
background-color: #1205DA;
}
.BgClassName
{
background-color: #1205DA;
}
</style>
border-color css
<style>
span { border-color: #1205DA; }
span { border-color: rgb(18,5,218); }
td.TdClassName
{
border-color: #1205DA;
}
.TagClassName
{
border-color: #1205DA;
}
</style>