Shades of Medium Blue #1F14BB
Tints of Medium Blue #1F14BB
RGB
CMYK
RGB Variations
Color information
#1F14BB (or 0x1F14BB) is known color: Medium Blue. HEX triplet: 1F, 14 and BB. RGB value is (31,20,187). Sum of RGB (Red+Green+Blue) = 31+20+187=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F14BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14BB is #E0EB44. Grayscale: #292929. Windows color (decimal): -14740293 or 12260383. OLE color: 12260383.
HSL color Cylindrical-coordinate representation of color #1F14BB: hue angle of 243.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F14BB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 20 | 187 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.27 |
| HSL | 243.95º | 0.81% | 0.41% | - |
| HSV(B) | 243.95º | 0.89% | 0.73% | - |
| XYZ | 9.78 | 4.38 | 47.34 | - |
| YUV | 42.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 187 | 0.83 | 0.89 | 0 | 0.27 | 243.95 | 0.81 | 0.41 |
| Hex | 1F | 14 | BB | 53 | 59 | 0 | 1B | F4 | 51 | 29 |
| Octal | 37 | 24 | 273 | 123 | 131 | 0 | 33 | 364 | 121 | 51 |
| Binary | 11111 | 10100 | 10111011 | 1010011 | 1011001 | 0 | 11011 | 11110100 | 1010001 | 101001 |
Color Harmonies of #1F14BB
Complementary color
Monochromatic Colors of #1F14BB
Black with #1F14BB
Text Example
Text Example
White with #1F14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F14BB; }
p { color: rgb(31,20,187); }
H1.HeaderClassName
{
color: #1F14BB;
}
.AnyTagClassName
{
color: #1F14BB;
}
</style>
background-color css
<style>
a { background-color: #1F14BB; }
a { background-color: rgb(31,20,187); }
div.DivClassName
{
background-color: #1F14BB;
}
.BgClassName
{
background-color: #1F14BB;
}
</style>
border-color css
<style>
span { border-color: #1F14BB; }
span { border-color: rgb(31,20,187); }
td.TdClassName
{
border-color: #1F14BB;
}
.TagClassName
{
border-color: #1F14BB;
}
</style>