Shades of Medium Blue #1F00BE
Tints of Medium Blue #1F00BE
RGB
CMYK
RGB Variations
Color information
#1F00BE (or 0x1F00BE) is known color: Medium Blue. HEX triplet: 1F, 00 and BE. RGB value is (31,0,190). Sum of RGB (Red+Green+Blue) = 31+0+190=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00BE is #E0FF41. Grayscale: #1E1E1E. Windows color (decimal): -14745410 or 12451871. OLE color: 12451871.
HSL color Cylindrical-coordinate representation of color #1F00BE: hue angle of 249.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00BE is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 0 | 190 | - |
| CMYK | 0.84 | 1 | 0 | 0.25 |
| HSL | 249.79º | 1% | 0.37% | - |
| HSV(B) | 249.79º | 1% | 0.75% | - |
| XYZ | 9.86 | 4.01 | 48.97 | - |
| YUV | 30.93 | 217.77 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 190 | 0.84 | 1 | 0 | 0.25 | 249.79 | 1 | 0.37 |
| Hex | 1F | 0 | BE | 54 | 64 | 0 | 19 | FA | 64 | 25 |
| Octal | 37 | 0 | 276 | 124 | 144 | 0 | 31 | 372 | 144 | 45 |
| Binary | 11111 | 0 | 10111110 | 1010100 | 1100100 | 0 | 11001 | 11111010 | 1100100 | 100101 |
Color Harmonies of #1F00BE
Complementary color
Monochromatic Colors of #1F00BE
Black with #1F00BE
Text Example
Text Example
White with #1F00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00BE; }
p { color: rgb(31,0,190); }
H1.HeaderClassName
{
color: #1F00BE;
}
.AnyTagClassName
{
color: #1F00BE;
}
</style>
background-color css
<style>
a { background-color: #1F00BE; }
a { background-color: rgb(31,0,190); }
div.DivClassName
{
background-color: #1F00BE;
}
.BgClassName
{
background-color: #1F00BE;
}
</style>
border-color css
<style>
span { border-color: #1F00BE; }
span { border-color: rgb(31,0,190); }
td.TdClassName
{
border-color: #1F00BE;
}
.TagClassName
{
border-color: #1F00BE;
}
</style>