Shades of Medium Blue #0A1EDF
Tints of Medium Blue #0A1EDF
RGB
CMYK
RGB Variations
Color information
#0A1EDF (or 0x0A1EDF) is known color: Medium Blue. HEX triplet: 0A, 1E and DF. RGB value is (10,30,223). Sum of RGB (Red+Green+Blue) = 10+30+223=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A1EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1EDF is #F5E120. Grayscale: #2D2D2D. Windows color (decimal): -16113953 or 14622218. OLE color: 14622218.
HSL color Cylindrical-coordinate representation of color #0A1EDF: hue angle of 234.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1EDF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 30 | 223 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.13 |
| HSL | 234.37º | 0.91% | 0.46% | - |
| HSV(B) | 234.37º | 0.96% | 0.87% | - |
| XYZ | 13.91 | 6.32 | 70.3 | - |
| YUV | 46.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 223 | 0.96 | 0.87 | 0 | 0.13 | 234.37 | 0.91 | 0.46 |
| Hex | A | 1E | DF | 60 | 57 | 0 | D | EA | 5B | 2E |
| Octal | 12 | 36 | 337 | 140 | 127 | 0 | 15 | 352 | 133 | 56 |
| Binary | 1010 | 11110 | 11011111 | 1100000 | 1010111 | 0 | 1101 | 11101010 | 1011011 | 101110 |
Color Harmonies of #0A1EDF
Complementary color
Monochromatic Colors of #0A1EDF
Black with #0A1EDF
Text Example
Text Example
White with #0A1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1EDF; }
p { color: rgb(10,30,223); }
H1.HeaderClassName
{
color: #0A1EDF;
}
.AnyTagClassName
{
color: #0A1EDF;
}
</style>
background-color css
<style>
a { background-color: #0A1EDF; }
a { background-color: rgb(10,30,223); }
div.DivClassName
{
background-color: #0A1EDF;
}
.BgClassName
{
background-color: #0A1EDF;
}
</style>
border-color css
<style>
span { border-color: #0A1EDF; }
span { border-color: rgb(10,30,223); }
td.TdClassName
{
border-color: #0A1EDF;
}
.TagClassName
{
border-color: #0A1EDF;
}
</style>