Shades of Medium Blue #1F0CC0
Tints of Medium Blue #1F0CC0
RGB
CMYK
RGB Variations
Color information
#1F0CC0 (or 0x1F0CC0) is known color: Medium Blue. HEX triplet: 1F, 0C and C0. RGB value is (31,12,192). Sum of RGB (Red+Green+Blue) = 31+12+192=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 192 (75.39% from 255 or 81.70% from 235); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F0CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CC0 is #E0F33F. Grayscale: #252525. Windows color (decimal): -14742336 or 12586015. OLE color: 12586015.
HSL color Cylindrical-coordinate representation of color #1F0CC0: hue angle of 246.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0CC0 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 12 | 192 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.25 |
| HSL | 246.33º | 0.88% | 0.4% | - |
| HSV(B) | 246.33º | 0.94% | 0.75% | - |
| XYZ | 10.21 | 4.36 | 50.17 | - |
| YUV | 38.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 192 | 0.84 | 0.94 | 0 | 0.25 | 246.33 | 0.88 | 0.4 |
| Hex | 1F | C | C0 | 54 | 5E | 0 | 19 | F6 | 58 | 28 |
| Octal | 37 | 14 | 300 | 124 | 136 | 0 | 31 | 366 | 130 | 50 |
| Binary | 11111 | 1100 | 11000000 | 1010100 | 1011110 | 0 | 11001 | 11110110 | 1011000 | 101000 |
Color Harmonies of #1F0CC0
Complementary color
Monochromatic Colors of #1F0CC0
Black with #1F0CC0
Text Example
Text Example
White with #1F0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0CC0; }
p { color: rgb(31,12,192); }
H1.HeaderClassName
{
color: #1F0CC0;
}
.AnyTagClassName
{
color: #1F0CC0;
}
</style>
background-color css
<style>
a { background-color: #1F0CC0; }
a { background-color: rgb(31,12,192); }
div.DivClassName
{
background-color: #1F0CC0;
}
.BgClassName
{
background-color: #1F0CC0;
}
</style>
border-color css
<style>
span { border-color: #1F0CC0; }
span { border-color: rgb(31,12,192); }
td.TdClassName
{
border-color: #1F0CC0;
}
.TagClassName
{
border-color: #1F0CC0;
}
</style>