Shades of Blue #0125EA
Tints of Blue #0125EA
RGB
CMYK
RGB Variations
Color information
#0125EA (or 0x0125EA) is known color: Blue. HEX triplet: 01, 25 and EA. RGB value is (1,37,234). Sum of RGB (Red+Green+Blue) = 1+37+234=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 234 (91.80% from 255 or 86.03% from 272); Max value from RGB is 234 - color contains mainly: blue. Hex color #0125EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0125EA is #FEDA15. Grayscale: #2F2F2F. Windows color (decimal): -16701974 or 15344897. OLE color: 15344897.
HSL color Cylindrical-coordinate representation of color #0125EA: hue angle of 230.73º 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 #0125EA is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 37 | 234 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.08 |
| HSL | 230.73º | 0.99% | 0.46% | - |
| HSV(B) | 230.73º | 1% | 0.92% | - |
| XYZ | 15.53 | 7.27 | 78.43 | - |
| YUV | 48.69 | 232.57 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 234 | 1.00 | 0.84 | 0 | 0.08 | 230.73 | 0.99 | 0.46 |
| Hex | 1 | 25 | EA | 64 | 54 | 0 | 8 | E7 | 63 | 2E |
| Octal | 1 | 45 | 352 | 144 | 124 | 0 | 10 | 347 | 143 | 56 |
| Binary | 1 | 100101 | 11101010 | 1100100 | 1010100 | 0 | 1000 | 11100111 | 1100011 | 101110 |
Color Harmonies of #0125EA
Complementary color
Monochromatic Colors of #0125EA
Black with #0125EA
Text Example
Text Example
White with #0125EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0125EA; }
p { color: rgb(1,37,234); }
H1.HeaderClassName
{
color: #0125EA;
}
.AnyTagClassName
{
color: #0125EA;
}
</style>
background-color css
<style>
a { background-color: #0125EA; }
a { background-color: rgb(1,37,234); }
div.DivClassName
{
background-color: #0125EA;
}
.BgClassName
{
background-color: #0125EA;
}
</style>
border-color css
<style>
span { border-color: #0125EA; }
span { border-color: rgb(1,37,234); }
td.TdClassName
{
border-color: #0125EA;
}
.TagClassName
{
border-color: #0125EA;
}
</style>