Shades of Medium Blue #1F0DC6
Tints of Medium Blue #1F0DC6
RGB
CMYK
RGB Variations
Color information
#1F0DC6 (or 0x1F0DC6) is known color: Medium Blue. HEX triplet: 1F, 0D and C6. RGB value is (31,13,198). Sum of RGB (Red+Green+Blue) = 31+13+198=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 198 (77.73% from 255 or 81.82% from 242); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F0DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0DC6 is #E0F239. Grayscale: #262626. Windows color (decimal): -14742074 or 12979487. OLE color: 12979487.
HSL color Cylindrical-coordinate representation of color #1F0DC6: hue angle of 245.84º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0DC6 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 13 | 198 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.22 |
| HSL | 245.84º | 0.88% | 0.41% | - |
| HSV(B) | 245.84º | 0.93% | 0.78% | - |
| XYZ | 10.9 | 4.66 | 53.75 | - |
| YUV | 39.47 | 217.46 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 198 | 0.84 | 0.93 | 0 | 0.22 | 245.84 | 0.88 | 0.41 |
| Hex | 1F | D | C6 | 54 | 5D | 0 | 16 | F6 | 58 | 29 |
| Octal | 37 | 15 | 306 | 124 | 135 | 0 | 26 | 366 | 130 | 51 |
| Binary | 11111 | 1101 | 11000110 | 1010100 | 1011101 | 0 | 10110 | 11110110 | 1011000 | 101001 |
Color Harmonies of #1F0DC6
Complementary color
Monochromatic Colors of #1F0DC6
Black with #1F0DC6
Text Example
Text Example
White with #1F0DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DC6; }
p { color: rgb(31,13,198); }
H1.HeaderClassName
{
color: #1F0DC6;
}
.AnyTagClassName
{
color: #1F0DC6;
}
</style>
background-color css
<style>
a { background-color: #1F0DC6; }
a { background-color: rgb(31,13,198); }
div.DivClassName
{
background-color: #1F0DC6;
}
.BgClassName
{
background-color: #1F0DC6;
}
</style>
border-color css
<style>
span { border-color: #1F0DC6; }
span { border-color: rgb(31,13,198); }
td.TdClassName
{
border-color: #1F0DC6;
}
.TagClassName
{
border-color: #1F0DC6;
}
</style>