#0101EA (or 0x0101EA) is unknown color: approx Blue. HEX triplet: 01, 01 and EA. RGB value is (1,1,234). Sum of RGB (Red+Green+Blue) = 1+1+234=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 234 (91.80% from 255 or 99.15% from 236); Max value from RGB is 234 - color contains mainly: blue. Hex color #0101EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0101EA is #FEFE15. Grayscale: #1A1A1A. Windows color (decimal): -16711190 or 15335681. OLE color: 15335681.
HSL color Cylindrical-coordinate representation of color #0101EA: hue angle of 240º 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 #0101EA is Cyan = 1.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
<style> p { color: #0101ea; } p { color: rgb(1,1,234); } H1.HeaderClassName { color: #0101ea; } .AnyTagClassName { color: #0101ea; } </style>
<style> a { background-color: #0101ea; } a { background-color: rgb(1,1,234); } div.DivClassName { background-color: #0101ea; } .BgClassName { background-color: #0101ea; } </style>
<style> span { border-color: #0101ea; } span { border-color: rgb(1,1,234); } td.TdClassName { border-color: #0101ea; } .TagClassName { border-color: #0101ea; } </style>