Shades of Medium Blue #0A10CE
Tints of Medium Blue #0A10CE
RGB
CMYK
RGB Variations
Color information
#0A10CE (or 0x0A10CE) is known color: Medium Blue. HEX triplet: 0A, 10 and CE. RGB value is (10,16,206). Sum of RGB (Red+Green+Blue) = 10+16+206=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A10CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A10CE is #F5EF31. Grayscale: #232323. Windows color (decimal): -16117554 or 13504522. OLE color: 13504522.
HSL color Cylindrical-coordinate representation of color #0A10CE: hue angle of 238.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A10CE is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 16 | 206 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.19 |
| HSL | 238.16º | 0.91% | 0.42% | - |
| HSV(B) | 238.16º | 0.95% | 0.81% | - |
| XYZ | 11.45 | 4.89 | 58.73 | - |
| YUV | 35.87 | 224.01 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 206 | 0.95 | 0.92 | 0 | 0.19 | 238.16 | 0.91 | 0.42 |
| Hex | A | 10 | CE | 5F | 5C | 0 | 13 | EE | 5B | 2A |
| Octal | 12 | 20 | 316 | 137 | 134 | 0 | 23 | 356 | 133 | 52 |
| Binary | 1010 | 10000 | 11001110 | 1011111 | 1011100 | 0 | 10011 | 11101110 | 1011011 | 101010 |
Color Harmonies of #0A10CE
Complementary color
Monochromatic Colors of #0A10CE
Black with #0A10CE
Text Example
Text Example
White with #0A10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A10CE; }
p { color: rgb(10,16,206); }
H1.HeaderClassName
{
color: #0A10CE;
}
.AnyTagClassName
{
color: #0A10CE;
}
</style>
background-color css
<style>
a { background-color: #0A10CE; }
a { background-color: rgb(10,16,206); }
div.DivClassName
{
background-color: #0A10CE;
}
.BgClassName
{
background-color: #0A10CE;
}
</style>
border-color css
<style>
span { border-color: #0A10CE; }
span { border-color: rgb(10,16,206); }
td.TdClassName
{
border-color: #0A10CE;
}
.TagClassName
{
border-color: #0A10CE;
}
</style>