Shades of Blue #001BEB
Tints of Blue #001BEB
RGB
CMYK
RGB Variations
Color information
#001BEB (or 0x001BEB) is known color: Blue. HEX triplet: 00, 1B and EB. RGB value is (0,27,235). Sum of RGB (Red+Green+Blue) = 0+27+235=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 235 (92.19% from 255 or 89.69% from 262); Max value from RGB is 235 - color contains mainly: blue. Hex color #001BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001BEB is #FFE414. Grayscale: #292929. Windows color (decimal): -16770069 or 15407872. OLE color: 15407872.
HSL color Cylindrical-coordinate representation of color #001BEB: hue angle of 233.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BEB is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 27 | 235 | - |
| CMYK | 1 | 0.89 | 0 | 0.08 |
| HSL | 233.11º | 1% | 0.46% | - |
| HSV(B) | 233.11º | 1% | 0.92% | - |
| XYZ | 15.39 | 6.78 | 79.1 | - |
| YUV | 42.64 | 236.55 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 235 | 1 | 0.89 | 0 | 0.08 | 233.11 | 1 | 0.46 |
| Hex | 0 | 1B | EB | 64 | 59 | 0 | 8 | E9 | 64 | 2E |
| Octal | 0 | 33 | 353 | 144 | 131 | 0 | 10 | 351 | 144 | 56 |
| Binary | 0 | 11011 | 11101011 | 1100100 | 1011001 | 0 | 1000 | 11101001 | 1100100 | 101110 |
Color Harmonies of #001BEB
Complementary color
Monochromatic Colors of #001BEB
Black with #001BEB
Text Example
Text Example
White with #001BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BEB; }
p { color: rgb(0,27,235); }
H1.HeaderClassName
{
color: #001BEB;
}
.AnyTagClassName
{
color: #001BEB;
}
</style>
background-color css
<style>
a { background-color: #001BEB; }
a { background-color: rgb(0,27,235); }
div.DivClassName
{
background-color: #001BEB;
}
.BgClassName
{
background-color: #001BEB;
}
</style>
border-color css
<style>
span { border-color: #001BEB; }
span { border-color: rgb(0,27,235); }
td.TdClassName
{
border-color: #001BEB;
}
.TagClassName
{
border-color: #001BEB;
}
</style>