Shades of Medium Blue #1B05BB
Tints of Medium Blue #1B05BB
RGB
CMYK
RGB Variations
Color information
#1B05BB (or 0x1B05BB) is known color: Medium Blue. HEX triplet: 1B, 05 and BB. RGB value is (27,5,187). Sum of RGB (Red+Green+Blue) = 27+5+187=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B05BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B05BB is #E4FA44. Grayscale: #1F1F1F. Windows color (decimal): -15006277 or 12256539. OLE color: 12256539.
HSL color Cylindrical-coordinate representation of color #1B05BB: hue angle of 247.25º 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 #1B05BB is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 5 | 187 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.27 |
| HSL | 247.25º | 0.95% | 0.38% | - |
| HSV(B) | 247.25º | 0.97% | 0.73% | - |
| XYZ | 9.48 | 3.93 | 47.27 | - |
| YUV | 32.33 | 215.29 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 187 | 0.86 | 0.97 | 0 | 0.27 | 247.25 | 0.95 | 0.38 |
| Hex | 1B | 5 | BB | 56 | 61 | 0 | 1B | F7 | 5F | 26 |
| Octal | 33 | 5 | 273 | 126 | 141 | 0 | 33 | 367 | 137 | 46 |
| Binary | 11011 | 101 | 10111011 | 1010110 | 1100001 | 0 | 11011 | 11110111 | 1011111 | 100110 |
Color Harmonies of #1B05BB
Complementary color
Monochromatic Colors of #1B05BB
Black with #1B05BB
Text Example
Text Example
White with #1B05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05BB; }
p { color: rgb(27,5,187); }
H1.HeaderClassName
{
color: #1B05BB;
}
.AnyTagClassName
{
color: #1B05BB;
}
</style>
background-color css
<style>
a { background-color: #1B05BB; }
a { background-color: rgb(27,5,187); }
div.DivClassName
{
background-color: #1B05BB;
}
.BgClassName
{
background-color: #1B05BB;
}
</style>
border-color css
<style>
span { border-color: #1B05BB; }
span { border-color: rgb(27,5,187); }
td.TdClassName
{
border-color: #1B05BB;
}
.TagClassName
{
border-color: #1B05BB;
}
</style>