Shades of Blue #0119EB
Tints of Blue #0119EB
RGB
CMYK
RGB Variations
Color information
#0119EB (or 0x0119EB) is known color: Blue. HEX triplet: 01, 19 and EB. RGB value is (1,25,235). Sum of RGB (Red+Green+Blue) = 1+25+235=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 235 (92.19% from 255 or 90.04% from 261); Max value from RGB is 235 - color contains mainly: blue. Hex color #0119EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119EB is #FEE614. Grayscale: #282828. Windows color (decimal): -16705045 or 15407361. OLE color: 15407361.
HSL color Cylindrical-coordinate representation of color #0119EB: hue angle of 233.85º 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 #0119EB is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 25 | 235 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.08 |
| HSL | 233.85º | 0.99% | 0.46% | - |
| HSV(B) | 233.85º | 1% | 0.92% | - |
| XYZ | 15.36 | 6.7 | 79.08 | - |
| YUV | 41.76 | 237.05 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 235 | 1.00 | 0.89 | 0 | 0.08 | 233.85 | 0.99 | 0.46 |
| Hex | 1 | 19 | EB | 64 | 59 | 0 | 8 | EA | 63 | 2E |
| Octal | 1 | 31 | 353 | 144 | 131 | 0 | 10 | 352 | 143 | 56 |
| Binary | 1 | 11001 | 11101011 | 1100100 | 1011001 | 0 | 1000 | 11101010 | 1100011 | 101110 |
Color Harmonies of #0119EB
Complementary color
Monochromatic Colors of #0119EB
Black with #0119EB
Text Example
Text Example
White with #0119EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119EB; }
p { color: rgb(1,25,235); }
H1.HeaderClassName
{
color: #0119EB;
}
.AnyTagClassName
{
color: #0119EB;
}
</style>
background-color css
<style>
a { background-color: #0119EB; }
a { background-color: rgb(1,25,235); }
div.DivClassName
{
background-color: #0119EB;
}
.BgClassName
{
background-color: #0119EB;
}
</style>
border-color css
<style>
span { border-color: #0119EB; }
span { border-color: rgb(1,25,235); }
td.TdClassName
{
border-color: #0119EB;
}
.TagClassName
{
border-color: #0119EB;
}
</style>