Shades of Medium Blue #1F05BC
Tints of Medium Blue #1F05BC
RGB
CMYK
RGB Variations
Color information
#1F05BC (or 0x1F05BC) is known color: Medium Blue. HEX triplet: 1F, 05 and BC. RGB value is (31,5,188). Sum of RGB (Red+Green+Blue) = 31+5+188=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F05BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05BC is #E0FA43. Grayscale: #202020. Windows color (decimal): -14744132 or 12322079. OLE color: 12322079.
HSL color Cylindrical-coordinate representation of color #1F05BC: hue angle of 248.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05BC is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 5 | 188 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.26 |
| HSL | 248.52º | 0.95% | 0.38% | - |
| HSV(B) | 248.52º | 0.97% | 0.74% | - |
| XYZ | 9.7 | 4.03 | 47.84 | - |
| YUV | 33.64 | 215.11 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 188 | 0.84 | 0.97 | 0 | 0.26 | 248.52 | 0.95 | 0.38 |
| Hex | 1F | 5 | BC | 54 | 61 | 0 | 1A | F9 | 5F | 26 |
| Octal | 37 | 5 | 274 | 124 | 141 | 0 | 32 | 371 | 137 | 46 |
| Binary | 11111 | 101 | 10111100 | 1010100 | 1100001 | 0 | 11010 | 11111001 | 1011111 | 100110 |
Color Harmonies of #1F05BC
Complementary color
Monochromatic Colors of #1F05BC
Black with #1F05BC
Text Example
Text Example
White with #1F05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F05BC; }
p { color: rgb(31,5,188); }
H1.HeaderClassName
{
color: #1F05BC;
}
.AnyTagClassName
{
color: #1F05BC;
}
</style>
background-color css
<style>
a { background-color: #1F05BC; }
a { background-color: rgb(31,5,188); }
div.DivClassName
{
background-color: #1F05BC;
}
.BgClassName
{
background-color: #1F05BC;
}
</style>
border-color css
<style>
span { border-color: #1F05BC; }
span { border-color: rgb(31,5,188); }
td.TdClassName
{
border-color: #1F05BC;
}
.TagClassName
{
border-color: #1F05BC;
}
</style>