Shades of Blue #0130EB
Tints of Blue #0130EB
RGB
CMYK
RGB Variations
Color information
#0130EB (or 0x0130EB) is known color: Blue. HEX triplet: 01, 30 and EB. RGB value is (1,48,235). Sum of RGB (Red+Green+Blue) = 1+48+235=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #0130EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0130EB is #FECF14. Grayscale: #363636. Windows color (decimal): -16699157 or 15413249. OLE color: 15413249.
HSL color Cylindrical-coordinate representation of color #0130EB: hue angle of 227.95º 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 #0130EB is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 48 | 235 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.08 |
| HSL | 227.95º | 0.99% | 0.46% | - |
| HSV(B) | 227.95º | 1% | 0.92% | - |
| XYZ | 16.06 | 8.12 | 79.32 | - |
| YUV | 55.27 | 229.43 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 235 | 1.00 | 0.80 | 0 | 0.08 | 227.95 | 0.99 | 0.46 |
| Hex | 1 | 30 | EB | 64 | 50 | 0 | 8 | E4 | 63 | 2E |
| Octal | 1 | 60 | 353 | 144 | 120 | 0 | 10 | 344 | 143 | 56 |
| Binary | 1 | 110000 | 11101011 | 1100100 | 1010000 | 0 | 1000 | 11100100 | 1100011 | 101110 |
Color Harmonies of #0130EB
Complementary color
Monochromatic Colors of #0130EB
Black with #0130EB
Text Example
Text Example
White with #0130EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0130EB; }
p { color: rgb(1,48,235); }
H1.HeaderClassName
{
color: #0130EB;
}
.AnyTagClassName
{
color: #0130EB;
}
</style>
background-color css
<style>
a { background-color: #0130EB; }
a { background-color: rgb(1,48,235); }
div.DivClassName
{
background-color: #0130EB;
}
.BgClassName
{
background-color: #0130EB;
}
</style>
border-color css
<style>
span { border-color: #0130EB; }
span { border-color: rgb(1,48,235); }
td.TdClassName
{
border-color: #0130EB;
}
.TagClassName
{
border-color: #0130EB;
}
</style>