Shades of Blue #0113EB
Tints of Blue #0113EB
RGB
CMYK
RGB Variations
Color information
#0113EB (or 0x0113EB) is known color: Blue. HEX triplet: 01, 13 and EB. RGB value is (1,19,235). Sum of RGB (Red+Green+Blue) = 1+19+235=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 235 (92.19% from 255 or 92.16% from 255); Max value from RGB is 235 - color contains mainly: blue. Hex color #0113EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0113EB is #FEEC14. Grayscale: #252525. Windows color (decimal): -16706581 or 15405825. OLE color: 15405825.
HSL color Cylindrical-coordinate representation of color #0113EB: hue angle of 235.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0113EB is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 19 | 235 | - |
| CMYK | 1.00 | 0.92 | 0 | 0.08 |
| HSL | 235.38º | 0.99% | 0.46% | - |
| HSV(B) | 235.38º | 1% | 0.92% | - |
| XYZ | 15.24 | 6.47 | 79.04 | - |
| YUV | 38.24 | 239.04 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 235 | 1.00 | 0.92 | 0 | 0.08 | 235.38 | 0.99 | 0.46 |
| Hex | 1 | 13 | EB | 64 | 5C | 0 | 8 | EB | 63 | 2E |
| Octal | 1 | 23 | 353 | 144 | 134 | 0 | 10 | 353 | 143 | 56 |
| Binary | 1 | 10011 | 11101011 | 1100100 | 1011100 | 0 | 1000 | 11101011 | 1100011 | 101110 |
Color Harmonies of #0113EB
Complementary color
Monochromatic Colors of #0113EB
Black with #0113EB
Text Example
Text Example
White with #0113EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0113EB; }
p { color: rgb(1,19,235); }
H1.HeaderClassName
{
color: #0113EB;
}
.AnyTagClassName
{
color: #0113EB;
}
</style>
background-color css
<style>
a { background-color: #0113EB; }
a { background-color: rgb(1,19,235); }
div.DivClassName
{
background-color: #0113EB;
}
.BgClassName
{
background-color: #0113EB;
}
</style>
border-color css
<style>
span { border-color: #0113EB; }
span { border-color: rgb(1,19,235); }
td.TdClassName
{
border-color: #0113EB;
}
.TagClassName
{
border-color: #0113EB;
}
</style>