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