Shades of Blue #1001EB
Tints of Blue #1001EB
RGB
CMYK
RGB Variations
Color information
#1001EB (or 0x1001EB) is known color: Blue. HEX triplet: 10, 01 and EB. RGB value is (16,1,235). Sum of RGB (Red+Green+Blue) = 16+1+235=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 235 (92.19% from 255 or 93.25% from 252); Max value from RGB is 235 - color contains mainly: blue. Hex color #1001EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1001EB is #EFFE14. Grayscale: #1F1F1F. Windows color (decimal): -15728149 or 15401232. OLE color: 15401232.
HSL color Cylindrical-coordinate representation of color #1001EB: hue angle of 243.85º 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 #1001EB is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 1 | 235 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.08 |
| HSL | 243.85º | 0.99% | 0.46% | - |
| HSV(B) | 243.85º | 1% | 0.92% | - |
| XYZ | 15.22 | 6.13 | 78.98 | - |
| YUV | 32.16 | 242.47 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 235 | 0.93 | 1.00 | 0 | 0.08 | 243.85 | 0.99 | 0.46 |
| Hex | 10 | 1 | EB | 5D | 64 | 0 | 8 | F4 | 63 | 2E |
| Octal | 20 | 1 | 353 | 135 | 144 | 0 | 10 | 364 | 143 | 56 |
| Binary | 10000 | 1 | 11101011 | 1011101 | 1100100 | 0 | 1000 | 11110100 | 1100011 | 101110 |
Color Harmonies of #1001EB
Complementary color
Monochromatic Colors of #1001EB
Black with #1001EB
Text Example
Text Example
White with #1001EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001EB; }
p { color: rgb(16,1,235); }
H1.HeaderClassName
{
color: #1001EB;
}
.AnyTagClassName
{
color: #1001EB;
}
</style>
background-color css
<style>
a { background-color: #1001EB; }
a { background-color: rgb(16,1,235); }
div.DivClassName
{
background-color: #1001EB;
}
.BgClassName
{
background-color: #1001EB;
}
</style>
border-color css
<style>
span { border-color: #1001EB; }
span { border-color: rgb(16,1,235); }
td.TdClassName
{
border-color: #1001EB;
}
.TagClassName
{
border-color: #1001EB;
}
</style>