Shades of Medium Blue #1F15DB
Tints of Medium Blue #1F15DB
RGB
CMYK
RGB Variations
Color information
#1F15DB (or 0x1F15DB) is known color: Medium Blue. HEX triplet: 1F, 15 and DB. RGB value is (31,21,219). Sum of RGB (Red+Green+Blue) = 31+21+219=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F15DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F15DB is #E0EA24. Grayscale: #2D2D2D. Windows color (decimal): -14740005 or 14357791. OLE color: 14357791.
HSL color Cylindrical-coordinate representation of color #1F15DB: hue angle of 243.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F15DB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 21 | 219 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.14 |
| HSL | 243.03º | 0.83% | 0.47% | - |
| HSV(B) | 243.03º | 0.9% | 0.86% | - |
| XYZ | 13.62 | 5.94 | 67.45 | - |
| YUV | 46.56 | 225.31 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 219 | 0.86 | 0.90 | 0 | 0.14 | 243.03 | 0.83 | 0.47 |
| Hex | 1F | 15 | DB | 56 | 5A | 0 | E | F3 | 52 | 2F |
| Octal | 37 | 25 | 333 | 126 | 132 | 0 | 16 | 363 | 122 | 57 |
| Binary | 11111 | 10101 | 11011011 | 1010110 | 1011010 | 0 | 1110 | 11110011 | 1010010 | 101111 |
Color Harmonies of #1F15DB
Complementary color
Monochromatic Colors of #1F15DB
Black with #1F15DB
Text Example
Text Example
White with #1F15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F15DB; }
p { color: rgb(31,21,219); }
H1.HeaderClassName
{
color: #1F15DB;
}
.AnyTagClassName
{
color: #1F15DB;
}
</style>
background-color css
<style>
a { background-color: #1F15DB; }
a { background-color: rgb(31,21,219); }
div.DivClassName
{
background-color: #1F15DB;
}
.BgClassName
{
background-color: #1F15DB;
}
</style>
border-color css
<style>
span { border-color: #1F15DB; }
span { border-color: rgb(31,21,219); }
td.TdClassName
{
border-color: #1F15DB;
}
.TagClassName
{
border-color: #1F15DB;
}
</style>