Shades of Blue #0126EA
Tints of Blue #0126EA
RGB
CMYK
RGB Variations
Color information
#0126EA (or 0x0126EA) is known color: Blue. HEX triplet: 01, 26 and EA. RGB value is (1,38,234). Sum of RGB (Red+Green+Blue) = 1+38+234=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #0126EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0126EA is #FED915. Grayscale: #303030. Windows color (decimal): -16701718 or 15345153. OLE color: 15345153.
HSL color Cylindrical-coordinate representation of color #0126EA: hue angle of 230.47º 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 #0126EA is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 38 | 234 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.08 |
| HSL | 230.47º | 0.99% | 0.46% | - |
| HSV(B) | 230.47º | 1% | 0.92% | - |
| XYZ | 15.56 | 7.33 | 78.44 | - |
| YUV | 49.28 | 232.24 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 234 | 1.00 | 0.84 | 0 | 0.08 | 230.47 | 0.99 | 0.46 |
| Hex | 1 | 26 | EA | 64 | 54 | 0 | 8 | E6 | 63 | 2E |
| Octal | 1 | 46 | 352 | 144 | 124 | 0 | 10 | 346 | 143 | 56 |
| Binary | 1 | 100110 | 11101010 | 1100100 | 1010100 | 0 | 1000 | 11100110 | 1100011 | 101110 |
Color Harmonies of #0126EA
Complementary color
Monochromatic Colors of #0126EA
Black with #0126EA
Text Example
Text Example
White with #0126EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0126EA; }
p { color: rgb(1,38,234); }
H1.HeaderClassName
{
color: #0126EA;
}
.AnyTagClassName
{
color: #0126EA;
}
</style>
background-color css
<style>
a { background-color: #0126EA; }
a { background-color: rgb(1,38,234); }
div.DivClassName
{
background-color: #0126EA;
}
.BgClassName
{
background-color: #0126EA;
}
</style>
border-color css
<style>
span { border-color: #0126EA; }
span { border-color: rgb(1,38,234); }
td.TdClassName
{
border-color: #0126EA;
}
.TagClassName
{
border-color: #0126EA;
}
</style>