Shades of Medium Blue #1F0ABC
Tints of Medium Blue #1F0ABC
RGB
CMYK
RGB Variations
Color information
#1F0ABC (or 0x1F0ABC) is known color: Medium Blue. HEX triplet: 1F, 0A and BC. RGB value is (31,10,188). Sum of RGB (Red+Green+Blue) = 31+10+188=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0ABC is #E0F543. Grayscale: #232323. Windows color (decimal): -14742852 or 12323359. OLE color: 12323359.
HSL color Cylindrical-coordinate representation of color #1F0ABC: hue angle of 247.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0ABC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 10 | 188 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.26 |
| HSL | 247.08º | 0.9% | 0.39% | - |
| HSV(B) | 247.08º | 0.95% | 0.74% | - |
| XYZ | 9.75 | 4.14 | 47.86 | - |
| YUV | 36.57 | 213.46 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 188 | 0.84 | 0.95 | 0 | 0.26 | 247.08 | 0.9 | 0.39 |
| Hex | 1F | A | BC | 54 | 5F | 0 | 1A | F7 | 5A | 27 |
| Octal | 37 | 12 | 274 | 124 | 137 | 0 | 32 | 367 | 132 | 47 |
| Binary | 11111 | 1010 | 10111100 | 1010100 | 1011111 | 0 | 11010 | 11110111 | 1011010 | 100111 |
Color Harmonies of #1F0ABC
Complementary color
Monochromatic Colors of #1F0ABC
Black with #1F0ABC
Text Example
Text Example
White with #1F0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0ABC; }
p { color: rgb(31,10,188); }
H1.HeaderClassName
{
color: #1F0ABC;
}
.AnyTagClassName
{
color: #1F0ABC;
}
</style>
background-color css
<style>
a { background-color: #1F0ABC; }
a { background-color: rgb(31,10,188); }
div.DivClassName
{
background-color: #1F0ABC;
}
.BgClassName
{
background-color: #1F0ABC;
}
</style>
border-color css
<style>
span { border-color: #1F0ABC; }
span { border-color: rgb(31,10,188); }
td.TdClassName
{
border-color: #1F0ABC;
}
.TagClassName
{
border-color: #1F0ABC;
}
</style>