Shades of Blue #0118EF
Tints of Blue #0118EF
RGB
CMYK
RGB Variations
Color information
#0118EF (or 0x0118EF) is known color: Blue. HEX triplet: 01, 18 and EF. RGB value is (1,24,239). Sum of RGB (Red+Green+Blue) = 1+24+239=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 239 (93.75% from 255 or 90.53% from 264); Max value from RGB is 239 - color contains mainly: blue. Hex color #0118EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0118EF is #FEE710. Grayscale: #282828. Windows color (decimal): -16705297 or 15669249. OLE color: 15669249.
HSL color Cylindrical-coordinate representation of color #0118EF: hue angle of 234.2º 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 #0118EF is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 24 | 239 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.06 |
| HSL | 234.2º | 0.99% | 0.47% | - |
| HSV(B) | 234.2º | 1% | 0.94% | - |
| XYZ | 15.92 | 6.89 | 82.15 | - |
| YUV | 41.63 | 239.38 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 239 | 1.00 | 0.90 | 0 | 0.06 | 234.2 | 0.99 | 0.47 |
| Hex | 1 | 18 | EF | 64 | 5A | 0 | 6 | EA | 63 | 2F |
| Octal | 1 | 30 | 357 | 144 | 132 | 0 | 6 | 352 | 143 | 57 |
| Binary | 1 | 11000 | 11101111 | 1100100 | 1011010 | 0 | 110 | 11101010 | 1100011 | 101111 |
Color Harmonies of #0118EF
Complementary color
Monochromatic Colors of #0118EF
Black with #0118EF
Text Example
Text Example
White with #0118EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118EF; }
p { color: rgb(1,24,239); }
H1.HeaderClassName
{
color: #0118EF;
}
.AnyTagClassName
{
color: #0118EF;
}
</style>
background-color css
<style>
a { background-color: #0118EF; }
a { background-color: rgb(1,24,239); }
div.DivClassName
{
background-color: #0118EF;
}
.BgClassName
{
background-color: #0118EF;
}
</style>
border-color css
<style>
span { border-color: #0118EF; }
span { border-color: rgb(1,24,239); }
td.TdClassName
{
border-color: #0118EF;
}
.TagClassName
{
border-color: #0118EF;
}
</style>