Shades of Medium Blue #1A0ACE
Tints of Medium Blue #1A0ACE
RGB
CMYK
RGB Variations
Color information
#1A0ACE (or 0x1A0ACE) is known color: Medium Blue. HEX triplet: 1A, 0A and CE. RGB value is (26,10,206). Sum of RGB (Red+Green+Blue) = 26+10+206=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 10 (4.30% from 255 or 4.13% 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 #1A0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0ACE is #E5F531. Grayscale: #242424. Windows color (decimal): -15070514 or 13503002. OLE color: 13503002.
HSL color Cylindrical-coordinate representation of color #1A0ACE: hue angle of 244.9º 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 #1A0ACE is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 10 | 206 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.19 |
| HSL | 244.9º | 0.91% | 0.42% | - |
| HSV(B) | 244.9º | 0.95% | 0.81% | - |
| XYZ | 11.68 | 4.89 | 58.72 | - |
| YUV | 37.13 | 223.3 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 206 | 0.87 | 0.95 | 0 | 0.19 | 244.9 | 0.91 | 0.42 |
| Hex | 1A | A | CE | 57 | 5F | 0 | 13 | F5 | 5B | 2A |
| Octal | 32 | 12 | 316 | 127 | 137 | 0 | 23 | 365 | 133 | 52 |
| Binary | 11010 | 1010 | 11001110 | 1010111 | 1011111 | 0 | 10011 | 11110101 | 1011011 | 101010 |
Color Harmonies of #1A0ACE
Complementary color
Monochromatic Colors of #1A0ACE
Black with #1A0ACE
Text Example
Text Example
White with #1A0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0ACE; }
p { color: rgb(26,10,206); }
H1.HeaderClassName
{
color: #1A0ACE;
}
.AnyTagClassName
{
color: #1A0ACE;
}
</style>
background-color css
<style>
a { background-color: #1A0ACE; }
a { background-color: rgb(26,10,206); }
div.DivClassName
{
background-color: #1A0ACE;
}
.BgClassName
{
background-color: #1A0ACE;
}
</style>
border-color css
<style>
span { border-color: #1A0ACE; }
span { border-color: rgb(26,10,206); }
td.TdClassName
{
border-color: #1A0ACE;
}
.TagClassName
{
border-color: #1A0ACE;
}
</style>