Shades of Blue #010BEB
Tints of Blue #010BEB
RGB
CMYK
RGB Variations
Color information
#010BEB (or 0x010BEB) is known color: Blue. HEX triplet: 01, 0B and EB. RGB value is (1,11,235). Sum of RGB (Red+Green+Blue) = 1+11+235=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 235 (92.19% from 255 or 95.14% from 247); Max value from RGB is 235 - color contains mainly: blue. Hex color #010BEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BEB is #FEF414. Grayscale: #202020. Windows color (decimal): -16708629 or 15403777. OLE color: 15403777.
HSL color Cylindrical-coordinate representation of color #010BEB: hue angle of 237.44º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BEB is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 11 | 235 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.08 |
| HSL | 237.44º | 0.99% | 0.46% | - |
| HSV(B) | 237.44º | 1% | 0.92% | - |
| XYZ | 15.13 | 6.24 | 79.01 | - |
| YUV | 33.55 | 241.69 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 235 | 1.00 | 0.95 | 0 | 0.08 | 237.44 | 0.99 | 0.46 |
| Hex | 1 | B | EB | 64 | 5F | 0 | 8 | ED | 63 | 2E |
| Octal | 1 | 13 | 353 | 144 | 137 | 0 | 10 | 355 | 143 | 56 |
| Binary | 1 | 1011 | 11101011 | 1100100 | 1011111 | 0 | 1000 | 11101101 | 1100011 | 101110 |
Color Harmonies of #010BEB
Complementary color
Monochromatic Colors of #010BEB
Black with #010BEB
Text Example
Text Example
White with #010BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BEB; }
p { color: rgb(1,11,235); }
H1.HeaderClassName
{
color: #010BEB;
}
.AnyTagClassName
{
color: #010BEB;
}
</style>
background-color css
<style>
a { background-color: #010BEB; }
a { background-color: rgb(1,11,235); }
div.DivClassName
{
background-color: #010BEB;
}
.BgClassName
{
background-color: #010BEB;
}
</style>
border-color css
<style>
span { border-color: #010BEB; }
span { border-color: rgb(1,11,235); }
td.TdClassName
{
border-color: #010BEB;
}
.TagClassName
{
border-color: #010BEB;
}
</style>