Shades of Medium Blue #1A0CDD
Tints of Medium Blue #1A0CDD
RGB
CMYK
RGB Variations
Color information
#1A0CDD (or 0x1A0CDD) is known color: Medium Blue. HEX triplet: 1A, 0C and DD. RGB value is (26,12,221). Sum of RGB (Red+Green+Blue) = 26+12+221=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CDD is #E5F322. Grayscale: #272727. Windows color (decimal): -15069987 or 14486554. OLE color: 14486554.
HSL color Cylindrical-coordinate representation of color #1A0CDD: hue angle of 244.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0CDD is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 12 | 221 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.13 |
| HSL | 244.02º | 0.9% | 0.46% | - |
| HSV(B) | 244.02º | 0.95% | 0.87% | - |
| XYZ | 13.61 | 5.7 | 68.79 | - |
| YUV | 40.01 | 230.14 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 221 | 0.88 | 0.95 | 0 | 0.13 | 244.02 | 0.9 | 0.46 |
| Hex | 1A | C | DD | 58 | 5F | 0 | D | F4 | 5A | 2E |
| Octal | 32 | 14 | 335 | 130 | 137 | 0 | 15 | 364 | 132 | 56 |
| Binary | 11010 | 1100 | 11011101 | 1011000 | 1011111 | 0 | 1101 | 11110100 | 1011010 | 101110 |
Color Harmonies of #1A0CDD
Complementary color
Monochromatic Colors of #1A0CDD
Black with #1A0CDD
Text Example
Text Example
White with #1A0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CDD; }
p { color: rgb(26,12,221); }
H1.HeaderClassName
{
color: #1A0CDD;
}
.AnyTagClassName
{
color: #1A0CDD;
}
</style>
background-color css
<style>
a { background-color: #1A0CDD; }
a { background-color: rgb(26,12,221); }
div.DivClassName
{
background-color: #1A0CDD;
}
.BgClassName
{
background-color: #1A0CDD;
}
</style>
border-color css
<style>
span { border-color: #1A0CDD; }
span { border-color: rgb(26,12,221); }
td.TdClassName
{
border-color: #1A0CDD;
}
.TagClassName
{
border-color: #1A0CDD;
}
</style>