Shades of Medium Blue #1F04B9
Tints of Medium Blue #1F04B9
RGB
CMYK
RGB Variations
Color information
#1F04B9 (or 0x1F04B9) is known color: Medium Blue. HEX triplet: 1F, 04 and B9. RGB value is (31,4,185). Sum of RGB (Red+Green+Blue) = 31+4+185=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F04B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04B9 is #E0FB46. Grayscale: #202020. Windows color (decimal): -14744391 or 12125215. OLE color: 12125215.
HSL color Cylindrical-coordinate representation of color #1F04B9: hue angle of 248.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F04B9 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 4 | 185 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.27 |
| HSL | 248.95º | 0.96% | 0.37% | - |
| HSV(B) | 248.95º | 0.98% | 0.73% | - |
| XYZ | 9.37 | 3.88 | 46.15 | - |
| YUV | 32.71 | 213.95 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 185 | 0.83 | 0.98 | 0 | 0.27 | 248.95 | 0.96 | 0.37 |
| Hex | 1F | 4 | B9 | 53 | 62 | 0 | 1B | F9 | 60 | 25 |
| Octal | 37 | 4 | 271 | 123 | 142 | 0 | 33 | 371 | 140 | 45 |
| Binary | 11111 | 100 | 10111001 | 1010011 | 1100010 | 0 | 11011 | 11111001 | 1100000 | 100101 |
Color Harmonies of #1F04B9
Complementary color
Monochromatic Colors of #1F04B9
Black with #1F04B9
Text Example
Text Example
White with #1F04B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F04B9; }
p { color: rgb(31,4,185); }
H1.HeaderClassName
{
color: #1F04B9;
}
.AnyTagClassName
{
color: #1F04B9;
}
</style>
background-color css
<style>
a { background-color: #1F04B9; }
a { background-color: rgb(31,4,185); }
div.DivClassName
{
background-color: #1F04B9;
}
.BgClassName
{
background-color: #1F04B9;
}
</style>
border-color css
<style>
span { border-color: #1F04B9; }
span { border-color: rgb(31,4,185); }
td.TdClassName
{
border-color: #1F04B9;
}
.TagClassName
{
border-color: #1F04B9;
}
</style>