Shades of Medium Blue #010AE2
Tints of Medium Blue #010AE2
RGB
CMYK
RGB Variations
Color information
#010AE2 (or 0x010AE2) is known color: Medium Blue. HEX triplet: 01, 0A and E2. RGB value is (1,10,226). Sum of RGB (Red+Green+Blue) = 1+10+226=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 226 (88.67% from 255 or 95.36% from 237); Max value from RGB is 226 - color contains mainly: blue. Hex color #010AE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AE2 is #FEF51D. Grayscale: #1F1F1F. Windows color (decimal): -16708894 or 14813697. OLE color: 14813697.
HSL color Cylindrical-coordinate representation of color #010AE2: hue angle of 237.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010AE2 is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 10 | 226 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.11 |
| HSL | 237.6º | 0.99% | 0.45% | - |
| HSV(B) | 237.6º | 1% | 0.89% | - |
| XYZ | 13.85 | 5.71 | 72.32 | - |
| YUV | 31.93 | 237.52 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 226 | 1.00 | 0.96 | 0 | 0.11 | 237.6 | 0.99 | 0.45 |
| Hex | 1 | A | E2 | 64 | 60 | 0 | B | EE | 63 | 2D |
| Octal | 1 | 12 | 342 | 144 | 140 | 0 | 13 | 356 | 143 | 55 |
| Binary | 1 | 1010 | 11100010 | 1100100 | 1100000 | 0 | 1011 | 11101110 | 1100011 | 101101 |
Color Harmonies of #010AE2
Complementary color
Monochromatic Colors of #010AE2
Black with #010AE2
Text Example
Text Example
White with #010AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010AE2; }
p { color: rgb(1,10,226); }
H1.HeaderClassName
{
color: #010AE2;
}
.AnyTagClassName
{
color: #010AE2;
}
</style>
background-color css
<style>
a { background-color: #010AE2; }
a { background-color: rgb(1,10,226); }
div.DivClassName
{
background-color: #010AE2;
}
.BgClassName
{
background-color: #010AE2;
}
</style>
border-color css
<style>
span { border-color: #010AE2; }
span { border-color: rgb(1,10,226); }
td.TdClassName
{
border-color: #010AE2;
}
.TagClassName
{
border-color: #010AE2;
}
</style>