Shades of Medium Blue #0105E0
Tints of Medium Blue #0105E0
RGB
CMYK
RGB Variations
Color information
#0105E0 (or 0x0105E0) is known color: Medium Blue. HEX triplet: 01, 05 and E0. RGB value is (1,5,224). Sum of RGB (Red+Green+Blue) = 1+5+224=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 224 (87.89% from 255 or 97.39% from 230); Max value from RGB is 224 - color contains mainly: blue. Hex color #0105E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0105E0 is #FEFA1F. Grayscale: #1B1B1B. Windows color (decimal): -16710176 or 14681345. OLE color: 14681345.
HSL color Cylindrical-coordinate representation of color #0105E0: hue angle of 238.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0105E0 is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 5 | 224 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.12 |
| HSL | 238.92º | 0.99% | 0.44% | - |
| HSV(B) | 238.92º | 1% | 0.88% | - |
| XYZ | 13.52 | 5.5 | 70.87 | - |
| YUV | 28.77 | 238.17 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 224 | 1.00 | 0.98 | 0 | 0.12 | 238.92 | 0.99 | 0.44 |
| Hex | 1 | 5 | E0 | 64 | 62 | 0 | C | EF | 63 | 2C |
| Octal | 1 | 5 | 340 | 144 | 142 | 0 | 14 | 357 | 143 | 54 |
| Binary | 1 | 101 | 11100000 | 1100100 | 1100010 | 0 | 1100 | 11101111 | 1100011 | 101100 |
Color Harmonies of #0105E0
Complementary color
Monochromatic Colors of #0105E0
Black with #0105E0
Text Example
Text Example
White with #0105E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0105E0; }
p { color: rgb(1,5,224); }
H1.HeaderClassName
{
color: #0105E0;
}
.AnyTagClassName
{
color: #0105E0;
}
</style>
background-color css
<style>
a { background-color: #0105E0; }
a { background-color: rgb(1,5,224); }
div.DivClassName
{
background-color: #0105E0;
}
.BgClassName
{
background-color: #0105E0;
}
</style>
border-color css
<style>
span { border-color: #0105E0; }
span { border-color: rgb(1,5,224); }
td.TdClassName
{
border-color: #0105E0;
}
.TagClassName
{
border-color: #0105E0;
}
</style>