Shades of Blue #1B0FEB
Tints of Blue #1B0FEB
RGB
CMYK
RGB Variations
Color information
#1B0FEB (or 0x1B0FEB) is known color: Blue. HEX triplet: 1B, 0F and EB. RGB value is (27,15,235). Sum of RGB (Red+Green+Blue) = 27+15+235=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B0FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B0FEB is #E4F014. Grayscale: #2A2A2A. Windows color (decimal): -15003669 or 15404827. OLE color: 15404827.
HSL color Cylindrical-coordinate representation of color #1B0FEB: hue angle of 243.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0FEB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 15 | 235 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.08 |
| HSL | 243.27º | 0.88% | 0.49% | - |
| HSV(B) | 243.27º | 0.94% | 0.92% | - |
| XYZ | 15.62 | 6.57 | 79.04 | - |
| YUV | 43.67 | 235.98 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 235 | 0.89 | 0.94 | 0 | 0.08 | 243.27 | 0.88 | 0.49 |
| Hex | 1B | F | EB | 59 | 5E | 0 | 8 | F3 | 58 | 31 |
| Octal | 33 | 17 | 353 | 131 | 136 | 0 | 10 | 363 | 130 | 61 |
| Binary | 11011 | 1111 | 11101011 | 1011001 | 1011110 | 0 | 1000 | 11110011 | 1011000 | 110001 |
Color Harmonies of #1B0FEB
Complementary color
Monochromatic Colors of #1B0FEB
Black with #1B0FEB
Text Example
Text Example
White with #1B0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0FEB; }
p { color: rgb(27,15,235); }
H1.HeaderClassName
{
color: #1B0FEB;
}
.AnyTagClassName
{
color: #1B0FEB;
}
</style>
background-color css
<style>
a { background-color: #1B0FEB; }
a { background-color: rgb(27,15,235); }
div.DivClassName
{
background-color: #1B0FEB;
}
.BgClassName
{
background-color: #1B0FEB;
}
</style>
border-color css
<style>
span { border-color: #1B0FEB; }
span { border-color: rgb(27,15,235); }
td.TdClassName
{
border-color: #1B0FEB;
}
.TagClassName
{
border-color: #1B0FEB;
}
</style>