Shades of Medium Blue #1F12DB
Tints of Medium Blue #1F12DB
RGB
CMYK
RGB Variations
Color information
#1F12DB (or 0x1F12DB) is known color: Medium Blue. HEX triplet: 1F, 12 and DB. RGB value is (31,18,219). Sum of RGB (Red+Green+Blue) = 31+18+219=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F12DB is #E0ED24. Grayscale: #2C2C2C. Windows color (decimal): -14740773 or 14357023. OLE color: 14357023.
HSL color Cylindrical-coordinate representation of color #1F12DB: hue angle of 243.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F12DB is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 18 | 219 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.14 |
| HSL | 243.88º | 0.85% | 0.46% | - |
| HSV(B) | 243.88º | 0.92% | 0.86% | - |
| XYZ | 13.57 | 5.84 | 67.43 | - |
| YUV | 44.8 | 226.31 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 219 | 0.86 | 0.92 | 0 | 0.14 | 243.88 | 0.85 | 0.46 |
| Hex | 1F | 12 | DB | 56 | 5C | 0 | E | F4 | 55 | 2E |
| Octal | 37 | 22 | 333 | 126 | 134 | 0 | 16 | 364 | 125 | 56 |
| Binary | 11111 | 10010 | 11011011 | 1010110 | 1011100 | 0 | 1110 | 11110100 | 1010101 | 101110 |
Color Harmonies of #1F12DB
Complementary color
Monochromatic Colors of #1F12DB
Black with #1F12DB
Text Example
Text Example
White with #1F12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12DB; }
p { color: rgb(31,18,219); }
H1.HeaderClassName
{
color: #1F12DB;
}
.AnyTagClassName
{
color: #1F12DB;
}
</style>
background-color css
<style>
a { background-color: #1F12DB; }
a { background-color: rgb(31,18,219); }
div.DivClassName
{
background-color: #1F12DB;
}
.BgClassName
{
background-color: #1F12DB;
}
</style>
border-color css
<style>
span { border-color: #1F12DB; }
span { border-color: rgb(31,18,219); }
td.TdClassName
{
border-color: #1F12DB;
}
.TagClassName
{
border-color: #1F12DB;
}
</style>