Shades of Medium Blue #1A0CDC
Tints of Medium Blue #1A0CDC
RGB
CMYK
RGB Variations
Color information
#1A0CDC (or 0x1A0CDC) is known color: Medium Blue. HEX triplet: 1A, 0C and DC. RGB value is (26,12,220). Sum of RGB (Red+Green+Blue) = 26+12+220=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A0CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CDC is #E5F323. Grayscale: #272727. Windows color (decimal): -15069988 or 14421018. OLE color: 14421018.
HSL color Cylindrical-coordinate representation of color #1A0CDC: hue angle of 244.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0CDC is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 12 | 220 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.14 |
| HSL | 244.04º | 0.9% | 0.45% | - |
| HSV(B) | 244.04º | 0.95% | 0.86% | - |
| XYZ | 13.48 | 5.65 | 68.09 | - |
| YUV | 39.9 | 229.64 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 220 | 0.88 | 0.95 | 0 | 0.14 | 244.04 | 0.9 | 0.45 |
| Hex | 1A | C | DC | 58 | 5F | 0 | E | F4 | 5A | 2D |
| Octal | 32 | 14 | 334 | 130 | 137 | 0 | 16 | 364 | 132 | 55 |
| Binary | 11010 | 1100 | 11011100 | 1011000 | 1011111 | 0 | 1110 | 11110100 | 1011010 | 101101 |
Color Harmonies of #1A0CDC
Complementary color
Monochromatic Colors of #1A0CDC
Black with #1A0CDC
Text Example
Text Example
White with #1A0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CDC; }
p { color: rgb(26,12,220); }
H1.HeaderClassName
{
color: #1A0CDC;
}
.AnyTagClassName
{
color: #1A0CDC;
}
</style>
background-color css
<style>
a { background-color: #1A0CDC; }
a { background-color: rgb(26,12,220); }
div.DivClassName
{
background-color: #1A0CDC;
}
.BgClassName
{
background-color: #1A0CDC;
}
</style>
border-color css
<style>
span { border-color: #1A0CDC; }
span { border-color: rgb(26,12,220); }
td.TdClassName
{
border-color: #1A0CDC;
}
.TagClassName
{
border-color: #1A0CDC;
}
</style>