Shades of Blue #0112EF
Tints of Blue #0112EF
RGB
CMYK
RGB Variations
Color information
#0112EF (or 0x0112EF) is known color: Blue. HEX triplet: 01, 12 and EF. RGB value is (1,18,239). Sum of RGB (Red+Green+Blue) = 1+18+239=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #0112EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0112EF is #FEED10. Grayscale: #252525. Windows color (decimal): -16706833 or 15667713. OLE color: 15667713.
HSL color Cylindrical-coordinate representation of color #0112EF: hue angle of 235.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0112EF is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 18 | 239 | - |
| CMYK | 1.00 | 0.92 | 0 | 0.06 |
| HSL | 235.71º | 0.99% | 0.47% | - |
| HSV(B) | 235.71º | 1% | 0.94% | - |
| XYZ | 15.81 | 6.67 | 82.12 | - |
| YUV | 38.11 | 241.37 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 239 | 1.00 | 0.92 | 0 | 0.06 | 235.71 | 0.99 | 0.47 |
| Hex | 1 | 12 | EF | 64 | 5C | 0 | 6 | EC | 63 | 2F |
| Octal | 1 | 22 | 357 | 144 | 134 | 0 | 6 | 354 | 143 | 57 |
| Binary | 1 | 10010 | 11101111 | 1100100 | 1011100 | 0 | 110 | 11101100 | 1100011 | 101111 |
Color Harmonies of #0112EF
Complementary color
Monochromatic Colors of #0112EF
Black with #0112EF
Text Example
Text Example
White with #0112EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0112EF; }
p { color: rgb(1,18,239); }
H1.HeaderClassName
{
color: #0112EF;
}
.AnyTagClassName
{
color: #0112EF;
}
</style>
background-color css
<style>
a { background-color: #0112EF; }
a { background-color: rgb(1,18,239); }
div.DivClassName
{
background-color: #0112EF;
}
.BgClassName
{
background-color: #0112EF;
}
</style>
border-color css
<style>
span { border-color: #0112EF; }
span { border-color: rgb(1,18,239); }
td.TdClassName
{
border-color: #0112EF;
}
.TagClassName
{
border-color: #0112EF;
}
</style>