Shades of Blue #100AEA
Tints of Blue #100AEA
RGB
CMYK
RGB Variations
Color information
#100AEA (or 0x100AEA) is known color: Blue. HEX triplet: 10, 0A and EA. RGB value is (16,10,234). Sum of RGB (Red+Green+Blue) = 16+10+234=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 234 (91.80% from 255 or 90% from 260); Max value from RGB is 234 - color contains mainly: blue. Hex color #100AEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100AEA is #EFF515. Grayscale: #242424. Windows color (decimal): -15725846 or 15338000. OLE color: 15338000.
HSL color Cylindrical-coordinate representation of color #100AEA: hue angle of 241.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100AEA is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 10 | 234 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.08 |
| HSL | 241.61º | 0.92% | 0.48% | - |
| HSV(B) | 241.61º | 0.96% | 0.92% | - |
| XYZ | 15.17 | 6.27 | 78.25 | - |
| YUV | 37.33 | 238.99 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 234 | 0.93 | 0.96 | 0 | 0.08 | 241.61 | 0.92 | 0.48 |
| Hex | 10 | A | EA | 5D | 60 | 0 | 8 | F2 | 5C | 30 |
| Octal | 20 | 12 | 352 | 135 | 140 | 0 | 10 | 362 | 134 | 60 |
| Binary | 10000 | 1010 | 11101010 | 1011101 | 1100000 | 0 | 1000 | 11110010 | 1011100 | 110000 |
Color Harmonies of #100AEA
Complementary color
Monochromatic Colors of #100AEA
Black with #100AEA
Text Example
Text Example
White with #100AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100AEA; }
p { color: rgb(16,10,234); }
H1.HeaderClassName
{
color: #100AEA;
}
.AnyTagClassName
{
color: #100AEA;
}
</style>
background-color css
<style>
a { background-color: #100AEA; }
a { background-color: rgb(16,10,234); }
div.DivClassName
{
background-color: #100AEA;
}
.BgClassName
{
background-color: #100AEA;
}
</style>
border-color css
<style>
span { border-color: #100AEA; }
span { border-color: rgb(16,10,234); }
td.TdClassName
{
border-color: #100AEA;
}
.TagClassName
{
border-color: #100AEA;
}
</style>