Shades of Medium Blue #1F05BB
Tints of Medium Blue #1F05BB
RGB
CMYK
RGB Variations
Color information
#1F05BB (or 0x1F05BB) is known color: Medium Blue. HEX triplet: 1F, 05 and BB. RGB value is (31,5,187). Sum of RGB (Red+Green+Blue) = 31+5+187=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F05BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05BB is #E0FA44. Grayscale: #202020. Windows color (decimal): -14744133 or 12256543. OLE color: 12256543.
HSL color Cylindrical-coordinate representation of color #1F05BB: hue angle of 248.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05BB is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 5 | 187 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.27 |
| HSL | 248.57º | 0.95% | 0.38% | - |
| HSV(B) | 248.57º | 0.97% | 0.73% | - |
| XYZ | 9.59 | 3.99 | 47.28 | - |
| YUV | 33.52 | 214.61 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 187 | 0.83 | 0.97 | 0 | 0.27 | 248.57 | 0.95 | 0.38 |
| Hex | 1F | 5 | BB | 53 | 61 | 0 | 1B | F9 | 5F | 26 |
| Octal | 37 | 5 | 273 | 123 | 141 | 0 | 33 | 371 | 137 | 46 |
| Binary | 11111 | 101 | 10111011 | 1010011 | 1100001 | 0 | 11011 | 11111001 | 1011111 | 100110 |
Color Harmonies of #1F05BB
Complementary color
Monochromatic Colors of #1F05BB
Black with #1F05BB
Text Example
Text Example
White with #1F05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F05BB; }
p { color: rgb(31,5,187); }
H1.HeaderClassName
{
color: #1F05BB;
}
.AnyTagClassName
{
color: #1F05BB;
}
</style>
background-color css
<style>
a { background-color: #1F05BB; }
a { background-color: rgb(31,5,187); }
div.DivClassName
{
background-color: #1F05BB;
}
.BgClassName
{
background-color: #1F05BB;
}
</style>
border-color css
<style>
span { border-color: #1F05BB; }
span { border-color: rgb(31,5,187); }
td.TdClassName
{
border-color: #1F05BB;
}
.TagClassName
{
border-color: #1F05BB;
}
</style>