Shades of Medium Blue #1201DF
Tints of Medium Blue #1201DF
RGB
CMYK
RGB Variations
Color information
#1201DF (or 0x1201DF) is known color: Medium Blue. HEX triplet: 12, 01 and DF. RGB value is (18,1,223). Sum of RGB (Red+Green+Blue) = 18+1+223=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 223 (87.5% from 255 or 92.15% from 242); Max value from RGB is 223 - color contains mainly: blue. Hex color #1201DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201DF is #EDFE20. Grayscale: #1E1E1E. Windows color (decimal): -15597089 or 14614802. OLE color: 14614802.
HSL color Cylindrical-coordinate representation of color #1201DF: hue angle of 244.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201DF is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 1 | 223 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.13 |
| HSL | 244.59º | 0.99% | 0.44% | - |
| HSV(B) | 244.59º | 1% | 0.87% | - |
| XYZ | 13.58 | 5.48 | 70.15 | - |
| YUV | 31.39 | 236.13 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 223 | 0.92 | 1.00 | 0 | 0.13 | 244.59 | 0.99 | 0.44 |
| Hex | 12 | 1 | DF | 5C | 64 | 0 | D | F5 | 63 | 2C |
| Octal | 22 | 1 | 337 | 134 | 144 | 0 | 15 | 365 | 143 | 54 |
| Binary | 10010 | 1 | 11011111 | 1011100 | 1100100 | 0 | 1101 | 11110101 | 1100011 | 101100 |
Color Harmonies of #1201DF
Complementary color
Monochromatic Colors of #1201DF
Black with #1201DF
Text Example
Text Example
White with #1201DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201DF; }
p { color: rgb(18,1,223); }
H1.HeaderClassName
{
color: #1201DF;
}
.AnyTagClassName
{
color: #1201DF;
}
</style>
background-color css
<style>
a { background-color: #1201DF; }
a { background-color: rgb(18,1,223); }
div.DivClassName
{
background-color: #1201DF;
}
.BgClassName
{
background-color: #1201DF;
}
</style>
border-color css
<style>
span { border-color: #1201DF; }
span { border-color: rgb(18,1,223); }
td.TdClassName
{
border-color: #1201DF;
}
.TagClassName
{
border-color: #1201DF;
}
</style>