Shades of Medium Blue #1F01B9
Tints of Medium Blue #1F01B9
RGB
CMYK
RGB Variations
Color information
#1F01B9 (or 0x1F01B9) is known color: Medium Blue. HEX triplet: 1F, 01 and B9. RGB value is (31,1,185). Sum of RGB (Red+Green+Blue) = 31+1+185=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 185 (72.66% from 255 or 85.25% from 217); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F01B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01B9 is #E0FE46. Grayscale: #1E1E1E. Windows color (decimal): -14745159 or 12124447. OLE color: 12124447.
HSL color Cylindrical-coordinate representation of color #1F01B9: hue angle of 249.78º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01B9 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 1 | 185 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.27 |
| HSL | 249.78º | 0.99% | 0.36% | - |
| HSV(B) | 249.78º | 0.99% | 0.73% | - |
| XYZ | 9.33 | 3.82 | 46.14 | - |
| YUV | 30.95 | 214.94 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 185 | 0.83 | 0.99 | 0 | 0.27 | 249.78 | 0.99 | 0.36 |
| Hex | 1F | 1 | B9 | 53 | 63 | 0 | 1B | FA | 63 | 24 |
| Octal | 37 | 1 | 271 | 123 | 143 | 0 | 33 | 372 | 143 | 44 |
| Binary | 11111 | 1 | 10111001 | 1010011 | 1100011 | 0 | 11011 | 11111010 | 1100011 | 100100 |
Color Harmonies of #1F01B9
Complementary color
Monochromatic Colors of #1F01B9
Black with #1F01B9
Text Example
Text Example
White with #1F01B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01B9; }
p { color: rgb(31,1,185); }
H1.HeaderClassName
{
color: #1F01B9;
}
.AnyTagClassName
{
color: #1F01B9;
}
</style>
background-color css
<style>
a { background-color: #1F01B9; }
a { background-color: rgb(31,1,185); }
div.DivClassName
{
background-color: #1F01B9;
}
.BgClassName
{
background-color: #1F01B9;
}
</style>
border-color css
<style>
span { border-color: #1F01B9; }
span { border-color: rgb(31,1,185); }
td.TdClassName
{
border-color: #1F01B9;
}
.TagClassName
{
border-color: #1F01B9;
}
</style>