Shades of Medium Blue #1F12BC
Tints of Medium Blue #1F12BC
RGB
CMYK
RGB Variations
Color information
#1F12BC (or 0x1F12BC) is known color: Medium Blue. HEX triplet: 1F, 12 and BC. RGB value is (31,18,188). Sum of RGB (Red+Green+Blue) = 31+18+188=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F12BC is #E0ED43. Grayscale: #282828. Windows color (decimal): -14740804 or 12325407. OLE color: 12325407.
HSL color Cylindrical-coordinate representation of color #1F12BC: hue angle of 244.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F12BC is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 18 | 188 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.26 |
| HSL | 244.59º | 0.83% | 0.4% | - |
| HSV(B) | 244.59º | 0.9% | 0.74% | - |
| XYZ | 9.86 | 4.35 | 47.9 | - |
| YUV | 41.27 | 210.81 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 188 | 0.84 | 0.90 | 0 | 0.26 | 244.59 | 0.83 | 0.4 |
| Hex | 1F | 12 | BC | 54 | 5A | 0 | 1A | F5 | 53 | 28 |
| Octal | 37 | 22 | 274 | 124 | 132 | 0 | 32 | 365 | 123 | 50 |
| Binary | 11111 | 10010 | 10111100 | 1010100 | 1011010 | 0 | 11010 | 11110101 | 1010011 | 101000 |
Color Harmonies of #1F12BC
Complementary color
Monochromatic Colors of #1F12BC
Black with #1F12BC
Text Example
Text Example
White with #1F12BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12BC; }
p { color: rgb(31,18,188); }
H1.HeaderClassName
{
color: #1F12BC;
}
.AnyTagClassName
{
color: #1F12BC;
}
</style>
background-color css
<style>
a { background-color: #1F12BC; }
a { background-color: rgb(31,18,188); }
div.DivClassName
{
background-color: #1F12BC;
}
.BgClassName
{
background-color: #1F12BC;
}
</style>
border-color css
<style>
span { border-color: #1F12BC; }
span { border-color: rgb(31,18,188); }
td.TdClassName
{
border-color: #1F12BC;
}
.TagClassName
{
border-color: #1F12BC;
}
</style>