Shades of Medium Blue #1F0FBA
Tints of Medium Blue #1F0FBA
RGB
CMYK
RGB Variations
Color information
#1F0FBA (or 0x1F0FBA) is known color: Medium Blue. HEX triplet: 1F, 0F and BA. RGB value is (31,15,186). Sum of RGB (Red+Green+Blue) = 31+15+186=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0FBA is #E0F045. Grayscale: #262626. Windows color (decimal): -14741574 or 12193567. OLE color: 12193567.
HSL color Cylindrical-coordinate representation of color #1F0FBA: hue angle of 245.61º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0FBA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 15 | 186 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.27 |
| HSL | 245.61º | 0.85% | 0.39% | - |
| HSV(B) | 245.61º | 0.92% | 0.73% | - |
| XYZ | 9.6 | 4.18 | 46.75 | - |
| YUV | 39.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 186 | 0.83 | 0.92 | 0 | 0.27 | 245.61 | 0.85 | 0.39 |
| Hex | 1F | F | BA | 53 | 5C | 0 | 1B | F6 | 55 | 27 |
| Octal | 37 | 17 | 272 | 123 | 134 | 0 | 33 | 366 | 125 | 47 |
| Binary | 11111 | 1111 | 10111010 | 1010011 | 1011100 | 0 | 11011 | 11110110 | 1010101 | 100111 |
Color Harmonies of #1F0FBA
Complementary color
Monochromatic Colors of #1F0FBA
Black with #1F0FBA
Text Example
Text Example
White with #1F0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FBA; }
p { color: rgb(31,15,186); }
H1.HeaderClassName
{
color: #1F0FBA;
}
.AnyTagClassName
{
color: #1F0FBA;
}
</style>
background-color css
<style>
a { background-color: #1F0FBA; }
a { background-color: rgb(31,15,186); }
div.DivClassName
{
background-color: #1F0FBA;
}
.BgClassName
{
background-color: #1F0FBA;
}
</style>
border-color css
<style>
span { border-color: #1F0FBA; }
span { border-color: rgb(31,15,186); }
td.TdClassName
{
border-color: #1F0FBA;
}
.TagClassName
{
border-color: #1F0FBA;
}
</style>