Shades of Medium Blue #1F12BE
Tints of Medium Blue #1F12BE
RGB
CMYK
RGB Variations
Color information
#1F12BE (or 0x1F12BE) is known color: Medium Blue. HEX triplet: 1F, 12 and BE. RGB value is (31,18,190). Sum of RGB (Red+Green+Blue) = 31+18+190=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F12BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F12BE is #E0ED41. Grayscale: #282828. Windows color (decimal): -14740802 or 12456479. OLE color: 12456479.
HSL color Cylindrical-coordinate representation of color #1F12BE: hue angle of 244.53º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F12BE is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 18 | 190 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.25 |
| HSL | 244.53º | 0.83% | 0.41% | - |
| HSV(B) | 244.53º | 0.91% | 0.75% | - |
| XYZ | 10.08 | 4.44 | 49.04 | - |
| YUV | 41.5 | 211.81 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 190 | 0.84 | 0.91 | 0 | 0.25 | 244.53 | 0.83 | 0.41 |
| Hex | 1F | 12 | BE | 54 | 5B | 0 | 19 | F5 | 53 | 29 |
| Octal | 37 | 22 | 276 | 124 | 133 | 0 | 31 | 365 | 123 | 51 |
| Binary | 11111 | 10010 | 10111110 | 1010100 | 1011011 | 0 | 11001 | 11110101 | 1010011 | 101001 |
Color Harmonies of #1F12BE
Complementary color
Monochromatic Colors of #1F12BE
Black with #1F12BE
Text Example
Text Example
White with #1F12BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12BE; }
p { color: rgb(31,18,190); }
H1.HeaderClassName
{
color: #1F12BE;
}
.AnyTagClassName
{
color: #1F12BE;
}
</style>
background-color css
<style>
a { background-color: #1F12BE; }
a { background-color: rgb(31,18,190); }
div.DivClassName
{
background-color: #1F12BE;
}
.BgClassName
{
background-color: #1F12BE;
}
</style>
border-color css
<style>
span { border-color: #1F12BE; }
span { border-color: rgb(31,18,190); }
td.TdClassName
{
border-color: #1F12BE;
}
.TagClassName
{
border-color: #1F12BE;
}
</style>