Shades of Medium Blue #1F12D9
Tints of Medium Blue #1F12D9
RGB
CMYK
RGB Variations
Color information
#1F12D9 (or 0x1F12D9) is known color: Medium Blue. HEX triplet: 1F, 12 and D9. RGB value is (31,18,217). Sum of RGB (Red+Green+Blue) = 31+18+217=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 217 (85.16% from 255 or 81.58% from 266); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F12D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F12D9 is #E0ED26. Grayscale: #2B2B2B. Windows color (decimal): -14740775 or 14225951. OLE color: 14225951.
HSL color Cylindrical-coordinate representation of color #1F12D9: hue angle of 243.92º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F12D9 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 18 | 217 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.15 |
| HSL | 243.92º | 0.85% | 0.46% | - |
| HSV(B) | 243.92º | 0.92% | 0.85% | - |
| XYZ | 13.31 | 5.73 | 66.05 | - |
| YUV | 44.57 | 225.31 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 217 | 0.86 | 0.92 | 0 | 0.15 | 243.92 | 0.85 | 0.46 |
| Hex | 1F | 12 | D9 | 56 | 5C | 0 | F | F4 | 55 | 2E |
| Octal | 37 | 22 | 331 | 126 | 134 | 0 | 17 | 364 | 125 | 56 |
| Binary | 11111 | 10010 | 11011001 | 1010110 | 1011100 | 0 | 1111 | 11110100 | 1010101 | 101110 |
Color Harmonies of #1F12D9
Complementary color
Monochromatic Colors of #1F12D9
Black with #1F12D9
Text Example
Text Example
White with #1F12D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12D9; }
p { color: rgb(31,18,217); }
H1.HeaderClassName
{
color: #1F12D9;
}
.AnyTagClassName
{
color: #1F12D9;
}
</style>
background-color css
<style>
a { background-color: #1F12D9; }
a { background-color: rgb(31,18,217); }
div.DivClassName
{
background-color: #1F12D9;
}
.BgClassName
{
background-color: #1F12D9;
}
</style>
border-color css
<style>
span { border-color: #1F12D9; }
span { border-color: rgb(31,18,217); }
td.TdClassName
{
border-color: #1F12D9;
}
.TagClassName
{
border-color: #1F12D9;
}
</style>