Shades of Medium Blue #1A0ABC
Tints of Medium Blue #1A0ABC
RGB
CMYK
RGB Variations
Color information
#1A0ABC (or 0x1A0ABC) is known color: Medium Blue. HEX triplet: 1A, 0A and BC. RGB value is (26,10,188). Sum of RGB (Red+Green+Blue) = 26+10+188=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0ABC is #E5F543. Grayscale: #222222. Windows color (decimal): -15070532 or 12323354. OLE color: 12323354.
HSL color Cylindrical-coordinate representation of color #1A0ABC: hue angle of 245.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0ABC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 10 | 188 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.26 |
| HSL | 245.39º | 0.9% | 0.39% | - |
| HSV(B) | 245.39º | 0.95% | 0.74% | - |
| XYZ | 9.61 | 4.07 | 47.86 | - |
| YUV | 35.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 188 | 0.86 | 0.95 | 0 | 0.26 | 245.39 | 0.9 | 0.39 |
| Hex | 1A | A | BC | 56 | 5F | 0 | 1A | F5 | 5A | 27 |
| Octal | 32 | 12 | 274 | 126 | 137 | 0 | 32 | 365 | 132 | 47 |
| Binary | 11010 | 1010 | 10111100 | 1010110 | 1011111 | 0 | 11010 | 11110101 | 1011010 | 100111 |
Color Harmonies of #1A0ABC
Complementary color
Monochromatic Colors of #1A0ABC
Black with #1A0ABC
Text Example
Text Example
White with #1A0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0ABC; }
p { color: rgb(26,10,188); }
H1.HeaderClassName
{
color: #1A0ABC;
}
.AnyTagClassName
{
color: #1A0ABC;
}
</style>
background-color css
<style>
a { background-color: #1A0ABC; }
a { background-color: rgb(26,10,188); }
div.DivClassName
{
background-color: #1A0ABC;
}
.BgClassName
{
background-color: #1A0ABC;
}
</style>
border-color css
<style>
span { border-color: #1A0ABC; }
span { border-color: rgb(26,10,188); }
td.TdClassName
{
border-color: #1A0ABC;
}
.TagClassName
{
border-color: #1A0ABC;
}
</style>