Shades of Blue #0119E6
Tints of Blue #0119E6
RGB
CMYK
RGB Variations
Color information
#0119E6 (or 0x0119E6) is known color: Blue. HEX triplet: 01, 19 and E6. RGB value is (1,25,230). Sum of RGB (Red+Green+Blue) = 1+25+230=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 230 (90.23% from 255 or 89.84% from 256); Max value from RGB is 230 - color contains mainly: blue. Hex color #0119E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119E6 is #FEE619. Grayscale: #282828. Windows color (decimal): -16705050 or 15079681. OLE color: 15079681.
HSL color Cylindrical-coordinate representation of color #0119E6: hue angle of 233.71º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0119E6 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 25 | 230 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.10 |
| HSL | 233.71º | 0.99% | 0.45% | - |
| HSV(B) | 233.71º | 1% | 0.9% | - |
| XYZ | 14.64 | 6.41 | 75.33 | - |
| YUV | 41.19 | 234.55 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 230 | 1.00 | 0.89 | 0 | 0.10 | 233.71 | 0.99 | 0.45 |
| Hex | 1 | 19 | E6 | 64 | 59 | 0 | A | EA | 63 | 2D |
| Octal | 1 | 31 | 346 | 144 | 131 | 0 | 12 | 352 | 143 | 55 |
| Binary | 1 | 11001 | 11100110 | 1100100 | 1011001 | 0 | 1010 | 11101010 | 1100011 | 101101 |
Color Harmonies of #0119E6
Complementary color
Monochromatic Colors of #0119E6
Black with #0119E6
Text Example
Text Example
White with #0119E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119E6; }
p { color: rgb(1,25,230); }
H1.HeaderClassName
{
color: #0119E6;
}
.AnyTagClassName
{
color: #0119E6;
}
</style>
background-color css
<style>
a { background-color: #0119E6; }
a { background-color: rgb(1,25,230); }
div.DivClassName
{
background-color: #0119E6;
}
.BgClassName
{
background-color: #0119E6;
}
</style>
border-color css
<style>
span { border-color: #0119E6; }
span { border-color: rgb(1,25,230); }
td.TdClassName
{
border-color: #0119E6;
}
.TagClassName
{
border-color: #0119E6;
}
</style>