Shades of Medium Blue #1F0BE1
Tints of Medium Blue #1F0BE1
RGB
CMYK
RGB Variations
Color information
#1F0BE1 (or 0x1F0BE1) is known color: Medium Blue. HEX triplet: 1F, 0B and E1. RGB value is (31,11,225). Sum of RGB (Red+Green+Blue) = 31+11+225=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 225 (88.28% from 255 or 84.27% from 267); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F0BE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BE1 is #E0F41E. Grayscale: #282828. Windows color (decimal): -14742559 or 14748447. OLE color: 14748447.
HSL color Cylindrical-coordinate representation of color #1F0BE1: hue angle of 245.61º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BE1 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 11 | 225 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.12 |
| HSL | 245.61º | 0.91% | 0.46% | - |
| HSV(B) | 245.61º | 0.95% | 0.88% | - |
| XYZ | 14.28 | 5.97 | 71.63 | - |
| YUV | 41.38 | 231.63 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 225 | 0.86 | 0.95 | 0 | 0.12 | 245.61 | 0.91 | 0.46 |
| Hex | 1F | B | E1 | 56 | 5F | 0 | C | F6 | 5B | 2E |
| Octal | 37 | 13 | 341 | 126 | 137 | 0 | 14 | 366 | 133 | 56 |
| Binary | 11111 | 1011 | 11100001 | 1010110 | 1011111 | 0 | 1100 | 11110110 | 1011011 | 101110 |
Color Harmonies of #1F0BE1
Complementary color
Monochromatic Colors of #1F0BE1
Black with #1F0BE1
Text Example
Text Example
White with #1F0BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BE1; }
p { color: rgb(31,11,225); }
H1.HeaderClassName
{
color: #1F0BE1;
}
.AnyTagClassName
{
color: #1F0BE1;
}
</style>
background-color css
<style>
a { background-color: #1F0BE1; }
a { background-color: rgb(31,11,225); }
div.DivClassName
{
background-color: #1F0BE1;
}
.BgClassName
{
background-color: #1F0BE1;
}
</style>
border-color css
<style>
span { border-color: #1F0BE1; }
span { border-color: rgb(31,11,225); }
td.TdClassName
{
border-color: #1F0BE1;
}
.TagClassName
{
border-color: #1F0BE1;
}
</style>