Shades of Blue #1B15FF
Tints of Blue #1B15FF
RGB
CMYK
RGB Variations
Color information
#1B15FF (or 0x1B15FF) is known color: Blue. HEX triplet: 1B, 15 and FF. RGB value is (27,21,255). Sum of RGB (Red+Green+Blue) = 27+21+255=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B15FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B15FF is #E4EA00. Grayscale: #303030. Windows color (decimal): -15002113 or 16717083. OLE color: 16717083.
HSL color Cylindrical-coordinate representation of color #1B15FF: hue angle of 241.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B15FF is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 21 | 255 | - |
| CMYK | 0.89 | 0.92 | 0 | 0 |
| HSL | 241.54º | 1% | 0.54% | - |
| HSV(B) | 241.54º | 0.92% | 1% | - |
| XYZ | 18.77 | 7.99 | 95.16 | - |
| YUV | 49.47 | 243.99 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 255 | 0.89 | 0.92 | 0 | 0 | 241.54 | 1 | 0.54 |
| Hex | 1B | 15 | FF | 59 | 5C | 0 | 0 | F2 | 64 | 36 |
| Octal | 33 | 25 | 377 | 131 | 134 | 0 | 0 | 362 | 144 | 66 |
| Binary | 11011 | 10101 | 11111111 | 1011001 | 1011100 | 0 | 0 | 11110010 | 1100100 | 110110 |
Color Harmonies of #1B15FF
Complementary color
Monochromatic Colors of #1B15FF
Black with #1B15FF
Text Example
Text Example
White with #1B15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B15FF; }
p { color: rgb(27,21,255); }
H1.HeaderClassName
{
color: #1B15FF;
}
.AnyTagClassName
{
color: #1B15FF;
}
</style>
background-color css
<style>
a { background-color: #1B15FF; }
a { background-color: rgb(27,21,255); }
div.DivClassName
{
background-color: #1B15FF;
}
.BgClassName
{
background-color: #1B15FF;
}
</style>
border-color css
<style>
span { border-color: #1B15FF; }
span { border-color: rgb(27,21,255); }
td.TdClassName
{
border-color: #1B15FF;
}
.TagClassName
{
border-color: #1B15FF;
}
</style>