Shades of Medium Blue #1205D0
Tints of Medium Blue #1205D0
RGB
CMYK
RGB Variations
Color information
#1205D0 (or 0x1205D0) is known color: Medium Blue. HEX triplet: 12, 05 and D0. RGB value is (18,5,208). Sum of RGB (Red+Green+Blue) = 18+5+208=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 208 (81.64% from 255 or 90.04% from 231); Max value from RGB is 208 - color contains mainly: blue. Hex color #1205D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205D0 is #EDFA2F. Grayscale: #1F1F1F. Windows color (decimal): -15596080 or 13632786. OLE color: 13632786.
HSL color Cylindrical-coordinate representation of color #1205D0: hue angle of 243.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205D0 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 5 | 208 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.18 |
| HSL | 243.84º | 0.95% | 0.42% | - |
| HSV(B) | 243.84º | 0.98% | 0.82% | - |
| XYZ | 11.69 | 4.79 | 59.98 | - |
| YUV | 32.03 | 227.31 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 208 | 0.91 | 0.98 | 0 | 0.18 | 243.84 | 0.95 | 0.42 |
| Hex | 12 | 5 | D0 | 5B | 62 | 0 | 12 | F4 | 5F | 2A |
| Octal | 22 | 5 | 320 | 133 | 142 | 0 | 22 | 364 | 137 | 52 |
| Binary | 10010 | 101 | 11010000 | 1011011 | 1100010 | 0 | 10010 | 11110100 | 1011111 | 101010 |
Color Harmonies of #1205D0
Complementary color
Monochromatic Colors of #1205D0
Black with #1205D0
Text Example
Text Example
White with #1205D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1205D0; }
p { color: rgb(18,5,208); }
H1.HeaderClassName
{
color: #1205D0;
}
.AnyTagClassName
{
color: #1205D0;
}
</style>
background-color css
<style>
a { background-color: #1205D0; }
a { background-color: rgb(18,5,208); }
div.DivClassName
{
background-color: #1205D0;
}
.BgClassName
{
background-color: #1205D0;
}
</style>
border-color css
<style>
span { border-color: #1205D0; }
span { border-color: rgb(18,5,208); }
td.TdClassName
{
border-color: #1205D0;
}
.TagClassName
{
border-color: #1205D0;
}
</style>