Shades of Medium Blue #0A07E1
Tints of Medium Blue #0A07E1
RGB
CMYK
RGB Variations
Color information
#0A07E1 (or 0x0A07E1) is known color: Medium Blue. HEX triplet: 0A, 07 and E1. RGB value is (10,7,225). Sum of RGB (Red+Green+Blue) = 10+7+225=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 225 (88.28% from 255 or 92.98% from 242); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A07E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07E1 is #F5F81E. Grayscale: #1F1F1F. Windows color (decimal): -16119839 or 14747402. OLE color: 14747402.
HSL color Cylindrical-coordinate representation of color #0A07E1: hue angle of 240.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07E1 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 7 | 225 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.12 |
| HSL | 240.83º | 0.94% | 0.45% | - |
| HSV(B) | 240.83º | 0.97% | 0.88% | - |
| XYZ | 13.79 | 5.65 | 71.6 | - |
| YUV | 32.75 | 236.49 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 225 | 0.96 | 0.97 | 0 | 0.12 | 240.83 | 0.94 | 0.45 |
| Hex | A | 7 | E1 | 60 | 61 | 0 | C | F1 | 5E | 2D |
| Octal | 12 | 7 | 341 | 140 | 141 | 0 | 14 | 361 | 136 | 55 |
| Binary | 1010 | 111 | 11100001 | 1100000 | 1100001 | 0 | 1100 | 11110001 | 1011110 | 101101 |
Color Harmonies of #0A07E1
Complementary color
Monochromatic Colors of #0A07E1
Black with #0A07E1
Text Example
Text Example
White with #0A07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07E1; }
p { color: rgb(10,7,225); }
H1.HeaderClassName
{
color: #0A07E1;
}
.AnyTagClassName
{
color: #0A07E1;
}
</style>
background-color css
<style>
a { background-color: #0A07E1; }
a { background-color: rgb(10,7,225); }
div.DivClassName
{
background-color: #0A07E1;
}
.BgClassName
{
background-color: #0A07E1;
}
</style>
border-color css
<style>
span { border-color: #0A07E1; }
span { border-color: rgb(10,7,225); }
td.TdClassName
{
border-color: #0A07E1;
}
.TagClassName
{
border-color: #0A07E1;
}
</style>