Shades of Medium Blue #1F0CBF
Tints of Medium Blue #1F0CBF
RGB
CMYK
RGB Variations
Color information
#1F0CBF (or 0x1F0CBF) is known color: Medium Blue. HEX triplet: 1F, 0C and BF. RGB value is (31,12,191). Sum of RGB (Red+Green+Blue) = 31+12+191=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F0CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CBF is #E0F340. Grayscale: #252525. Windows color (decimal): -14742337 or 12520479. OLE color: 12520479.
HSL color Cylindrical-coordinate representation of color #1F0CBF: hue angle of 246.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0CBF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 12 | 191 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.25 |
| HSL | 246.37º | 0.88% | 0.4% | - |
| HSV(B) | 246.37º | 0.94% | 0.75% | - |
| XYZ | 10.1 | 4.32 | 49.59 | - |
| YUV | 38.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 191 | 0.84 | 0.94 | 0 | 0.25 | 246.37 | 0.88 | 0.4 |
| Hex | 1F | C | BF | 54 | 5E | 0 | 19 | F6 | 58 | 28 |
| Octal | 37 | 14 | 277 | 124 | 136 | 0 | 31 | 366 | 130 | 50 |
| Binary | 11111 | 1100 | 10111111 | 1010100 | 1011110 | 0 | 11001 | 11110110 | 1011000 | 101000 |
Color Harmonies of #1F0CBF
Complementary color
Monochromatic Colors of #1F0CBF
Black with #1F0CBF
Text Example
Text Example
White with #1F0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0CBF; }
p { color: rgb(31,12,191); }
H1.HeaderClassName
{
color: #1F0CBF;
}
.AnyTagClassName
{
color: #1F0CBF;
}
</style>
background-color css
<style>
a { background-color: #1F0CBF; }
a { background-color: rgb(31,12,191); }
div.DivClassName
{
background-color: #1F0CBF;
}
.BgClassName
{
background-color: #1F0CBF;
}
</style>
border-color css
<style>
span { border-color: #1F0CBF; }
span { border-color: rgb(31,12,191); }
td.TdClassName
{
border-color: #1F0CBF;
}
.TagClassName
{
border-color: #1F0CBF;
}
</style>