Shades of Medium Blue #0A1ACE
Tints of Medium Blue #0A1ACE
RGB
CMYK
RGB Variations
Color information
#0A1ACE (or 0x0A1ACE) is known color: Medium Blue. HEX triplet: 0A, 1A and CE. RGB value is (10,26,206). Sum of RGB (Red+Green+Blue) = 10+26+206=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A1ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ACE is #F5E531. Grayscale: #292929. Windows color (decimal): -16114994 or 13507082. OLE color: 13507082.
HSL color Cylindrical-coordinate representation of color #0A1ACE: hue angle of 235.1º 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 #0A1ACE is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 26 | 206 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.19 |
| HSL | 235.1º | 0.91% | 0.42% | - |
| HSV(B) | 235.1º | 0.95% | 0.81% | - |
| XYZ | 11.64 | 5.26 | 58.79 | - |
| YUV | 41.74 | 220.7 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 206 | 0.95 | 0.87 | 0 | 0.19 | 235.1 | 0.91 | 0.42 |
| Hex | A | 1A | CE | 5F | 57 | 0 | 13 | EB | 5B | 2A |
| Octal | 12 | 32 | 316 | 137 | 127 | 0 | 23 | 353 | 133 | 52 |
| Binary | 1010 | 11010 | 11001110 | 1011111 | 1010111 | 0 | 10011 | 11101011 | 1011011 | 101010 |
Color Harmonies of #0A1ACE
Complementary color
Monochromatic Colors of #0A1ACE
Black with #0A1ACE
Text Example
Text Example
White with #0A1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1ACE; }
p { color: rgb(10,26,206); }
H1.HeaderClassName
{
color: #0A1ACE;
}
.AnyTagClassName
{
color: #0A1ACE;
}
</style>
background-color css
<style>
a { background-color: #0A1ACE; }
a { background-color: rgb(10,26,206); }
div.DivClassName
{
background-color: #0A1ACE;
}
.BgClassName
{
background-color: #0A1ACE;
}
</style>
border-color css
<style>
span { border-color: #0A1ACE; }
span { border-color: rgb(10,26,206); }
td.TdClassName
{
border-color: #0A1ACE;
}
.TagClassName
{
border-color: #0A1ACE;
}
</style>