Shades of Blue #0119E7
Tints of Blue #0119E7
RGB
CMYK
RGB Variations
Color information
#0119E7 (or 0x0119E7) is known color: Blue. HEX triplet: 01, 19 and E7. RGB value is (1,25,231). Sum of RGB (Red+Green+Blue) = 1+25+231=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 231 (90.62% from 255 or 89.88% from 257); Max value from RGB is 231 - color contains mainly: blue. Hex color #0119E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119E7 is #FEE618. Grayscale: #282828. Windows color (decimal): -16705049 or 15145217. OLE color: 15145217.
HSL color Cylindrical-coordinate representation of color #0119E7: hue angle of 233.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0119E7 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 25 | 231 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.09 |
| HSL | 233.74º | 0.99% | 0.45% | - |
| HSV(B) | 233.74º | 1% | 0.91% | - |
| XYZ | 14.78 | 6.47 | 76.07 | - |
| YUV | 41.31 | 235.05 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 231 | 1.00 | 0.89 | 0 | 0.09 | 233.74 | 0.99 | 0.45 |
| Hex | 1 | 19 | E7 | 64 | 59 | 0 | 9 | EA | 63 | 2D |
| Octal | 1 | 31 | 347 | 144 | 131 | 0 | 11 | 352 | 143 | 55 |
| Binary | 1 | 11001 | 11100111 | 1100100 | 1011001 | 0 | 1001 | 11101010 | 1100011 | 101101 |
Color Harmonies of #0119E7
Complementary color
Monochromatic Colors of #0119E7
Black with #0119E7
Text Example
Text Example
White with #0119E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119E7; }
p { color: rgb(1,25,231); }
H1.HeaderClassName
{
color: #0119E7;
}
.AnyTagClassName
{
color: #0119E7;
}
</style>
background-color css
<style>
a { background-color: #0119E7; }
a { background-color: rgb(1,25,231); }
div.DivClassName
{
background-color: #0119E7;
}
.BgClassName
{
background-color: #0119E7;
}
</style>
border-color css
<style>
span { border-color: #0119E7; }
span { border-color: rgb(1,25,231); }
td.TdClassName
{
border-color: #0119E7;
}
.TagClassName
{
border-color: #0119E7;
}
</style>