Shades of Medium Blue #1B00B5
Tints of Medium Blue #1B00B5
RGB
CMYK
RGB Variations
Color information
#1B00B5 (or 0x1B00B5) is known color: Medium Blue. HEX triplet: 1B, 00 and B5. RGB value is (27,0,181). Sum of RGB (Red+Green+Blue) = 27+0+181=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 181 (71.09% from 255 or 87.02% from 208); Max value from RGB is 181 - color contains mainly: blue. Hex color #1B00B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00B5 is #E4FF4A. Grayscale: #1C1C1C. Windows color (decimal): -15007563 or 11862043. OLE color: 11862043.
HSL color Cylindrical-coordinate representation of color #1B00B5: hue angle of 248.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B00B5 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 0 | 181 | - |
| CMYK | 0.85 | 1 | 0 | 0.29 |
| HSL | 248.95º | 1% | 0.35% | - |
| HSV(B) | 248.95º | 1% | 0.71% | - |
| XYZ | 8.79 | 3.57 | 43.94 | - |
| YUV | 28.71 | 213.95 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 181 | 0.85 | 1 | 0 | 0.29 | 248.95 | 1 | 0.35 |
| Hex | 1B | 0 | B5 | 55 | 64 | 0 | 1D | F9 | 64 | 23 |
| Octal | 33 | 0 | 265 | 125 | 144 | 0 | 35 | 371 | 144 | 43 |
| Binary | 11011 | 0 | 10110101 | 1010101 | 1100100 | 0 | 11101 | 11111001 | 1100100 | 100011 |
Color Harmonies of #1B00B5
Complementary color
Monochromatic Colors of #1B00B5
Black with #1B00B5
Text Example
Text Example
White with #1B00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B00B5; }
p { color: rgb(27,0,181); }
H1.HeaderClassName
{
color: #1B00B5;
}
.AnyTagClassName
{
color: #1B00B5;
}
</style>
background-color css
<style>
a { background-color: #1B00B5; }
a { background-color: rgb(27,0,181); }
div.DivClassName
{
background-color: #1B00B5;
}
.BgClassName
{
background-color: #1B00B5;
}
</style>
border-color css
<style>
span { border-color: #1B00B5; }
span { border-color: rgb(27,0,181); }
td.TdClassName
{
border-color: #1B00B5;
}
.TagClassName
{
border-color: #1B00B5;
}
</style>