Shades of Blue #0115EF
Tints of Blue #0115EF
RGB
CMYK
RGB Variations
Color information
#0115EF (or 0x0115EF) is known color: Blue. HEX triplet: 01, 15 and EF. RGB value is (1,21,239). Sum of RGB (Red+Green+Blue) = 1+21+239=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 239 (93.75% from 255 or 91.57% from 261); Max value from RGB is 239 - color contains mainly: blue. Hex color #0115EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0115EF is #FEEA10. Grayscale: #262626. Windows color (decimal): -16706065 or 15668481. OLE color: 15668481.
HSL color Cylindrical-coordinate representation of color #0115EF: hue angle of 234.96º 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 #0115EF is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 21 | 239 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.06 |
| HSL | 234.96º | 0.99% | 0.47% | - |
| HSV(B) | 234.96º | 1% | 0.94% | - |
| XYZ | 15.86 | 6.77 | 82.13 | - |
| YUV | 39.87 | 240.37 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 239 | 1.00 | 0.91 | 0 | 0.06 | 234.96 | 0.99 | 0.47 |
| Hex | 1 | 15 | EF | 64 | 5B | 0 | 6 | EB | 63 | 2F |
| Octal | 1 | 25 | 357 | 144 | 133 | 0 | 6 | 353 | 143 | 57 |
| Binary | 1 | 10101 | 11101111 | 1100100 | 1011011 | 0 | 110 | 11101011 | 1100011 | 101111 |
Color Harmonies of #0115EF
Complementary color
Monochromatic Colors of #0115EF
Black with #0115EF
Text Example
Text Example
White with #0115EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0115EF; }
p { color: rgb(1,21,239); }
H1.HeaderClassName
{
color: #0115EF;
}
.AnyTagClassName
{
color: #0115EF;
}
</style>
background-color css
<style>
a { background-color: #0115EF; }
a { background-color: rgb(1,21,239); }
div.DivClassName
{
background-color: #0115EF;
}
.BgClassName
{
background-color: #0115EF;
}
</style>
border-color css
<style>
span { border-color: #0115EF; }
span { border-color: rgb(1,21,239); }
td.TdClassName
{
border-color: #0115EF;
}
.TagClassName
{
border-color: #0115EF;
}
</style>