Shades of Blue #0105ED
Tints of Blue #0105ED
RGB
CMYK
RGB Variations
Color information
#0105ED (or 0x0105ED) is known color: Blue. HEX triplet: 01, 05 and ED. RGB value is (1,5,237). Sum of RGB (Red+Green+Blue) = 1+5+237=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 237 (92.97% from 255 or 97.53% from 243); Max value from RGB is 237 - color contains mainly: blue. Hex color #0105ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0105ED is #FEFA12. Grayscale: #1D1D1D. Windows color (decimal): -16710163 or 15533313. OLE color: 15533313.
HSL color Cylindrical-coordinate representation of color #0105ED: hue angle of 238.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0105ED is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 5 | 237 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.07 |
| HSL | 238.98º | 0.99% | 0.47% | - |
| HSV(B) | 238.98º | 1% | 0.93% | - |
| XYZ | 15.35 | 6.23 | 80.51 | - |
| YUV | 30.25 | 244.67 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 237 | 1.00 | 0.98 | 0 | 0.07 | 238.98 | 0.99 | 0.47 |
| Hex | 1 | 5 | ED | 64 | 62 | 0 | 7 | EF | 63 | 2F |
| Octal | 1 | 5 | 355 | 144 | 142 | 0 | 7 | 357 | 143 | 57 |
| Binary | 1 | 101 | 11101101 | 1100100 | 1100010 | 0 | 111 | 11101111 | 1100011 | 101111 |
Color Harmonies of #0105ED
Complementary color
Monochromatic Colors of #0105ED
Black with #0105ED
Text Example
Text Example
White with #0105ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0105ED; }
p { color: rgb(1,5,237); }
H1.HeaderClassName
{
color: #0105ED;
}
.AnyTagClassName
{
color: #0105ED;
}
</style>
background-color css
<style>
a { background-color: #0105ED; }
a { background-color: rgb(1,5,237); }
div.DivClassName
{
background-color: #0105ED;
}
.BgClassName
{
background-color: #0105ED;
}
</style>
border-color css
<style>
span { border-color: #0105ED; }
span { border-color: rgb(1,5,237); }
td.TdClassName
{
border-color: #0105ED;
}
.TagClassName
{
border-color: #0105ED;
}
</style>