Shades of Medium Blue #1F05C6
Tints of Medium Blue #1F05C6
RGB
CMYK
RGB Variations
Color information
#1F05C6 (or 0x1F05C6) is known color: Medium Blue. HEX triplet: 1F, 05 and C6. RGB value is (31,5,198). Sum of RGB (Red+Green+Blue) = 31+5+198=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 198 (77.73% from 255 or 84.62% from 234); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F05C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05C6 is #E0FA39. Grayscale: #222222. Windows color (decimal): -14744122 or 12977439. OLE color: 12977439.
HSL color Cylindrical-coordinate representation of color #1F05C6: hue angle of 248.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05C6 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 5 | 198 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.22 |
| HSL | 248.08º | 0.95% | 0.4% | - |
| HSV(B) | 248.08º | 0.97% | 0.78% | - |
| XYZ | 10.81 | 4.48 | 53.72 | - |
| YUV | 34.78 | 220.11 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 198 | 0.84 | 0.97 | 0 | 0.22 | 248.08 | 0.95 | 0.4 |
| Hex | 1F | 5 | C6 | 54 | 61 | 0 | 16 | F8 | 5F | 28 |
| Octal | 37 | 5 | 306 | 124 | 141 | 0 | 26 | 370 | 137 | 50 |
| Binary | 11111 | 101 | 11000110 | 1010100 | 1100001 | 0 | 10110 | 11111000 | 1011111 | 101000 |
Color Harmonies of #1F05C6
Complementary color
Monochromatic Colors of #1F05C6
Black with #1F05C6
Text Example
Text Example
White with #1F05C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F05C6; }
p { color: rgb(31,5,198); }
H1.HeaderClassName
{
color: #1F05C6;
}
.AnyTagClassName
{
color: #1F05C6;
}
</style>
background-color css
<style>
a { background-color: #1F05C6; }
a { background-color: rgb(31,5,198); }
div.DivClassName
{
background-color: #1F05C6;
}
.BgClassName
{
background-color: #1F05C6;
}
</style>
border-color css
<style>
span { border-color: #1F05C6; }
span { border-color: rgb(31,5,198); }
td.TdClassName
{
border-color: #1F05C6;
}
.TagClassName
{
border-color: #1F05C6;
}
</style>