Shades of Medium Blue #1F0DC1
Tints of Medium Blue #1F0DC1
RGB
CMYK
RGB Variations
Color information
#1F0DC1 (or 0x1F0DC1) is known color: Medium Blue. HEX triplet: 1F, 0D and C1. RGB value is (31,13,193). Sum of RGB (Red+Green+Blue) = 31+13+193=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 193 (75.78% from 255 or 81.43% from 237); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F0DC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0DC1 is #E0F23E. Grayscale: #262626. Windows color (decimal): -14742079 or 12651807. OLE color: 12651807.
HSL color Cylindrical-coordinate representation of color #1F0DC1: hue angle of 246º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0DC1 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 13 | 193 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.24 |
| HSL | 246º | 0.87% | 0.4% | - |
| HSV(B) | 246º | 0.93% | 0.76% | - |
| XYZ | 10.33 | 4.43 | 50.76 | - |
| YUV | 38.9 | 214.96 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 193 | 0.84 | 0.93 | 0 | 0.24 | 246 | 0.87 | 0.4 |
| Hex | 1F | D | C1 | 54 | 5D | 0 | 18 | F6 | 57 | 28 |
| Octal | 37 | 15 | 301 | 124 | 135 | 0 | 30 | 366 | 127 | 50 |
| Binary | 11111 | 1101 | 11000001 | 1010100 | 1011101 | 0 | 11000 | 11110110 | 1010111 | 101000 |
Color Harmonies of #1F0DC1
Complementary color
Monochromatic Colors of #1F0DC1
Black with #1F0DC1
Text Example
Text Example
White with #1F0DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DC1; }
p { color: rgb(31,13,193); }
H1.HeaderClassName
{
color: #1F0DC1;
}
.AnyTagClassName
{
color: #1F0DC1;
}
</style>
background-color css
<style>
a { background-color: #1F0DC1; }
a { background-color: rgb(31,13,193); }
div.DivClassName
{
background-color: #1F0DC1;
}
.BgClassName
{
background-color: #1F0DC1;
}
</style>
border-color css
<style>
span { border-color: #1F0DC1; }
span { border-color: rgb(31,13,193); }
td.TdClassName
{
border-color: #1F0DC1;
}
.TagClassName
{
border-color: #1F0DC1;
}
</style>