Shades of Medium Blue #1A0ADA
Tints of Medium Blue #1A0ADA
RGB
CMYK
RGB Variations
Color information
#1A0ADA (or 0x1A0ADA) is known color: Medium Blue. HEX triplet: 1A, 0A and DA. RGB value is (26,10,218). Sum of RGB (Red+Green+Blue) = 26+10+218=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 218 (85.55% from 255 or 85.83% from 254); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A0ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0ADA is #E5F525. Grayscale: #252525. Windows color (decimal): -15070502 or 14289434. OLE color: 14289434.
HSL color Cylindrical-coordinate representation of color #1A0ADA: hue angle of 244.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0ADA is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 10 | 218 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.15 |
| HSL | 244.62º | 0.91% | 0.45% | - |
| HSV(B) | 244.62º | 0.95% | 0.85% | - |
| XYZ | 13.19 | 5.5 | 66.7 | - |
| YUV | 38.5 | 229.3 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 218 | 0.88 | 0.95 | 0 | 0.15 | 244.62 | 0.91 | 0.45 |
| Hex | 1A | A | DA | 58 | 5F | 0 | F | F5 | 5B | 2D |
| Octal | 32 | 12 | 332 | 130 | 137 | 0 | 17 | 365 | 133 | 55 |
| Binary | 11010 | 1010 | 11011010 | 1011000 | 1011111 | 0 | 1111 | 11110101 | 1011011 | 101101 |
Color Harmonies of #1A0ADA
Complementary color
Monochromatic Colors of #1A0ADA
Black with #1A0ADA
Text Example
Text Example
White with #1A0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0ADA; }
p { color: rgb(26,10,218); }
H1.HeaderClassName
{
color: #1A0ADA;
}
.AnyTagClassName
{
color: #1A0ADA;
}
</style>
background-color css
<style>
a { background-color: #1A0ADA; }
a { background-color: rgb(26,10,218); }
div.DivClassName
{
background-color: #1A0ADA;
}
.BgClassName
{
background-color: #1A0ADA;
}
</style>
border-color css
<style>
span { border-color: #1A0ADA; }
span { border-color: rgb(26,10,218); }
td.TdClassName
{
border-color: #1A0ADA;
}
.TagClassName
{
border-color: #1A0ADA;
}
</style>