Shades of Medium Blue #010AC2
Tints of Medium Blue #010AC2
RGB
CMYK
RGB Variations
Color information
#010AC2 (or 0x010AC2) is known color: Medium Blue. HEX triplet: 01, 0A and C2. RGB value is (1,10,194). Sum of RGB (Red+Green+Blue) = 1+10+194=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 194 (76.17% from 255 or 94.63% from 205); Max value from RGB is 194 - color contains mainly: blue. Hex color #010AC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AC2 is #FEF53D. Grayscale: #1B1B1B. Windows color (decimal): -16708926 or 12716545. OLE color: 12716545.
HSL color Cylindrical-coordinate representation of color #010AC2: hue angle of 237.2º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010AC2 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 10 | 194 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.24 |
| HSL | 237.2º | 0.99% | 0.38% | - |
| HSV(B) | 237.2º | 0.99% | 0.76% | - |
| XYZ | 9.86 | 4.12 | 51.31 | - |
| YUV | 28.29 | 221.52 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 194 | 0.99 | 0.95 | 0 | 0.24 | 237.2 | 0.99 | 0.38 |
| Hex | 1 | A | C2 | 63 | 5F | 0 | 18 | ED | 63 | 26 |
| Octal | 1 | 12 | 302 | 143 | 137 | 0 | 30 | 355 | 143 | 46 |
| Binary | 1 | 1010 | 11000010 | 1100011 | 1011111 | 0 | 11000 | 11101101 | 1100011 | 100110 |
Color Harmonies of #010AC2
Complementary color
Monochromatic Colors of #010AC2
Black with #010AC2
Text Example
Text Example
White with #010AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010AC2; }
p { color: rgb(1,10,194); }
H1.HeaderClassName
{
color: #010AC2;
}
.AnyTagClassName
{
color: #010AC2;
}
</style>
background-color css
<style>
a { background-color: #010AC2; }
a { background-color: rgb(1,10,194); }
div.DivClassName
{
background-color: #010AC2;
}
.BgClassName
{
background-color: #010AC2;
}
</style>
border-color css
<style>
span { border-color: #010AC2; }
span { border-color: rgb(1,10,194); }
td.TdClassName
{
border-color: #010AC2;
}
.TagClassName
{
border-color: #010AC2;
}
</style>