Shades of Medium Blue #1F14BE
Tints of Medium Blue #1F14BE
RGB
CMYK
RGB Variations
Color information
#1F14BE (or 0x1F14BE) is known color: Medium Blue. HEX triplet: 1F, 14 and BE. RGB value is (31,20,190). Sum of RGB (Red+Green+Blue) = 31+20+190=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14BE is #E0EB41. Grayscale: #2A2A2A. Windows color (decimal): -14740290 or 12456991. OLE color: 12456991.
HSL color Cylindrical-coordinate representation of color #1F14BE: hue angle of 243.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F14BE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 20 | 190 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.25 |
| HSL | 243.88º | 0.81% | 0.41% | - |
| HSV(B) | 243.88º | 0.89% | 0.75% | - |
| XYZ | 10.11 | 4.51 | 49.05 | - |
| YUV | 42.67 | 211.14 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 190 | 0.84 | 0.89 | 0 | 0.25 | 243.88 | 0.81 | 0.41 |
| Hex | 1F | 14 | BE | 54 | 59 | 0 | 19 | F4 | 51 | 29 |
| Octal | 37 | 24 | 276 | 124 | 131 | 0 | 31 | 364 | 121 | 51 |
| Binary | 11111 | 10100 | 10111110 | 1010100 | 1011001 | 0 | 11001 | 11110100 | 1010001 | 101001 |
Color Harmonies of #1F14BE
Complementary color
Monochromatic Colors of #1F14BE
Black with #1F14BE
Text Example
Text Example
White with #1F14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F14BE; }
p { color: rgb(31,20,190); }
H1.HeaderClassName
{
color: #1F14BE;
}
.AnyTagClassName
{
color: #1F14BE;
}
</style>
background-color css
<style>
a { background-color: #1F14BE; }
a { background-color: rgb(31,20,190); }
div.DivClassName
{
background-color: #1F14BE;
}
.BgClassName
{
background-color: #1F14BE;
}
</style>
border-color css
<style>
span { border-color: #1F14BE; }
span { border-color: rgb(31,20,190); }
td.TdClassName
{
border-color: #1F14BE;
}
.TagClassName
{
border-color: #1F14BE;
}
</style>