Shades of Medium Blue #1B05BD
Tints of Medium Blue #1B05BD
RGB
CMYK
RGB Variations
Color information
#1B05BD (or 0x1B05BD) is known color: Medium Blue. HEX triplet: 1B, 05 and BD. RGB value is (27,5,189). Sum of RGB (Red+Green+Blue) = 27+5+189=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 189 (74.22% from 255 or 85.52% from 221); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B05BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B05BD is #E4FA42. Grayscale: #1F1F1F. Windows color (decimal): -15006275 or 12387611. OLE color: 12387611.
HSL color Cylindrical-coordinate representation of color #1B05BD: hue angle of 247.17º 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 #1B05BD is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 5 | 189 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.26 |
| HSL | 247.17º | 0.95% | 0.38% | - |
| HSV(B) | 247.17º | 0.97% | 0.74% | - |
| XYZ | 9.69 | 4.02 | 48.41 | - |
| YUV | 32.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 189 | 0.86 | 0.97 | 0 | 0.26 | 247.17 | 0.95 | 0.38 |
| Hex | 1B | 5 | BD | 56 | 61 | 0 | 1A | F7 | 5F | 26 |
| Octal | 33 | 5 | 275 | 126 | 141 | 0 | 32 | 367 | 137 | 46 |
| Binary | 11011 | 101 | 10111101 | 1010110 | 1100001 | 0 | 11010 | 11110111 | 1011111 | 100110 |
Color Harmonies of #1B05BD
Complementary color
Monochromatic Colors of #1B05BD
Black with #1B05BD
Text Example
Text Example
White with #1B05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05BD; }
p { color: rgb(27,5,189); }
H1.HeaderClassName
{
color: #1B05BD;
}
.AnyTagClassName
{
color: #1B05BD;
}
</style>
background-color css
<style>
a { background-color: #1B05BD; }
a { background-color: rgb(27,5,189); }
div.DivClassName
{
background-color: #1B05BD;
}
.BgClassName
{
background-color: #1B05BD;
}
</style>
border-color css
<style>
span { border-color: #1B05BD; }
span { border-color: rgb(27,5,189); }
td.TdClassName
{
border-color: #1B05BD;
}
.TagClassName
{
border-color: #1B05BD;
}
</style>