Shades of Blue #0112EA
Tints of Blue #0112EA
RGB
CMYK
RGB Variations
Color information
#0112EA (or 0x0112EA) is known color: Blue. HEX triplet: 01, 12 and EA. RGB value is (1,18,234). Sum of RGB (Red+Green+Blue) = 1+18+234=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 234 (91.80% from 255 or 92.49% from 253); Max value from RGB is 234 - color contains mainly: blue. Hex color #0112EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0112EA is #FEED15. Grayscale: #242424. Windows color (decimal): -16706838 or 15340033. OLE color: 15340033.
HSL color Cylindrical-coordinate representation of color #0112EA: hue angle of 235.62º 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 #0112EA is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 18 | 234 | - |
| CMYK | 1.00 | 0.92 | 0 | 0.08 |
| HSL | 235.62º | 0.99% | 0.46% | - |
| HSV(B) | 235.62º | 1% | 0.92% | - |
| XYZ | 15.08 | 6.38 | 78.28 | - |
| YUV | 37.54 | 238.87 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 234 | 1.00 | 0.92 | 0 | 0.08 | 235.62 | 0.99 | 0.46 |
| Hex | 1 | 12 | EA | 64 | 5C | 0 | 8 | EC | 63 | 2E |
| Octal | 1 | 22 | 352 | 144 | 134 | 0 | 10 | 354 | 143 | 56 |
| Binary | 1 | 10010 | 11101010 | 1100100 | 1011100 | 0 | 1000 | 11101100 | 1100011 | 101110 |
Color Harmonies of #0112EA
Complementary color
Monochromatic Colors of #0112EA
Black with #0112EA
Text Example
Text Example
White with #0112EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0112EA; }
p { color: rgb(1,18,234); }
H1.HeaderClassName
{
color: #0112EA;
}
.AnyTagClassName
{
color: #0112EA;
}
</style>
background-color css
<style>
a { background-color: #0112EA; }
a { background-color: rgb(1,18,234); }
div.DivClassName
{
background-color: #0112EA;
}
.BgClassName
{
background-color: #0112EA;
}
</style>
border-color css
<style>
span { border-color: #0112EA; }
span { border-color: rgb(1,18,234); }
td.TdClassName
{
border-color: #0112EA;
}
.TagClassName
{
border-color: #0112EA;
}
</style>