Shades of Blue #1B01FF
Tints of Blue #1B01FF
RGB
CMYK
RGB Variations
Color information
#1B01FF (or 0x1B01FF) is known color: Blue. HEX triplet: 1B, 01 and FF. RGB value is (27,1,255). Sum of RGB (Red+Green+Blue) = 27+1+255=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B01FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B01FF is #E4FE00. Grayscale: #242424. Windows color (decimal): -15007233 or 16711963. OLE color: 16711963.
HSL color Cylindrical-coordinate representation of color #1B01FF: hue angle of 246.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B01FF is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 1 | 255 | - |
| CMYK | 0.89 | 1.00 | 0 | 0 |
| HSL | 246.14º | 1% | 0.5% | - |
| HSV(B) | 246.14º | 1% | 1% | - |
| XYZ | 18.51 | 7.47 | 95.07 | - |
| YUV | 37.73 | 250.61 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 255 | 0.89 | 1.00 | 0 | 0 | 246.14 | 1 | 0.5 |
| Hex | 1B | 1 | FF | 59 | 64 | 0 | 0 | F6 | 64 | 32 |
| Octal | 33 | 1 | 377 | 131 | 144 | 0 | 0 | 366 | 144 | 62 |
| Binary | 11011 | 1 | 11111111 | 1011001 | 1100100 | 0 | 0 | 11110110 | 1100100 | 110010 |
Color Harmonies of #1B01FF
Complementary color
Monochromatic Colors of #1B01FF
Black with #1B01FF
Text Example
Text Example
White with #1B01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B01FF; }
p { color: rgb(27,1,255); }
H1.HeaderClassName
{
color: #1B01FF;
}
.AnyTagClassName
{
color: #1B01FF;
}
</style>
background-color css
<style>
a { background-color: #1B01FF; }
a { background-color: rgb(27,1,255); }
div.DivClassName
{
background-color: #1B01FF;
}
.BgClassName
{
background-color: #1B01FF;
}
</style>
border-color css
<style>
span { border-color: #1B01FF; }
span { border-color: rgb(27,1,255); }
td.TdClassName
{
border-color: #1B01FF;
}
.TagClassName
{
border-color: #1B01FF;
}
</style>