Shades of Blue #0010EB
Tints of Blue #0010EB
RGB
CMYK
RGB Variations
Color information
#0010EB (or 0x0010EB) is known color: Blue. HEX triplet: 00, 10 and EB. RGB value is (0,16,235). Sum of RGB (Red+Green+Blue) = 0+16+235=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 235 (92.19% from 255 or 93.63% from 251); Max value from RGB is 235 - color contains mainly: blue. Hex color #0010EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0010EB is #FFEF14. Grayscale: #232323. Windows color (decimal): -16772885 or 15405056. OLE color: 15405056.
HSL color Cylindrical-coordinate representation of color #0010EB: hue angle of 235.91º 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 #0010EB is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 16 | 235 | - |
| CMYK | 1 | 0.93 | 0 | 0.08 |
| HSL | 235.91º | 1% | 0.46% | - |
| HSV(B) | 235.91º | 1% | 0.92% | - |
| XYZ | 15.18 | 6.37 | 79.03 | - |
| YUV | 36.18 | 240.2 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 235 | 1 | 0.93 | 0 | 0.08 | 235.91 | 1 | 0.46 |
| Hex | 0 | 10 | EB | 64 | 5D | 0 | 8 | EC | 64 | 2E |
| Octal | 0 | 20 | 353 | 144 | 135 | 0 | 10 | 354 | 144 | 56 |
| Binary | 0 | 10000 | 11101011 | 1100100 | 1011101 | 0 | 1000 | 11101100 | 1100100 | 101110 |
Color Harmonies of #0010EB
Complementary color
Monochromatic Colors of #0010EB
Black with #0010EB
Text Example
Text Example
White with #0010EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010EB; }
p { color: rgb(0,16,235); }
H1.HeaderClassName
{
color: #0010EB;
}
.AnyTagClassName
{
color: #0010EB;
}
</style>
background-color css
<style>
a { background-color: #0010EB; }
a { background-color: rgb(0,16,235); }
div.DivClassName
{
background-color: #0010EB;
}
.BgClassName
{
background-color: #0010EB;
}
</style>
border-color css
<style>
span { border-color: #0010EB; }
span { border-color: rgb(0,16,235); }
td.TdClassName
{
border-color: #0010EB;
}
.TagClassName
{
border-color: #0010EB;
}
</style>