Shades of Medium Blue #1A0DCC
Tints of Medium Blue #1A0DCC
RGB
CMYK
RGB Variations
Color information
#1A0DCC (or 0x1A0DCC) is known color: Medium Blue. HEX triplet: 1A, 0D and CC. RGB value is (26,13,204). Sum of RGB (Red+Green+Blue) = 26+13+204=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0DCC is #E5F233. Grayscale: #252525. Windows color (decimal): -15069748 or 13372698. OLE color: 13372698.
HSL color Cylindrical-coordinate representation of color #1A0DCC: hue angle of 244.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0DCC is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 13 | 204 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.2 |
| HSL | 244.08º | 0.88% | 0.43% | - |
| HSV(B) | 244.08º | 0.94% | 0.8% | - |
| XYZ | 11.47 | 4.87 | 57.46 | - |
| YUV | 38.66 | 221.31 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 204 | 0.87 | 0.94 | 0 | 0.2 | 244.08 | 0.88 | 0.43 |
| Hex | 1A | D | CC | 57 | 5E | 0 | 14 | F4 | 58 | 2B |
| Octal | 32 | 15 | 314 | 127 | 136 | 0 | 24 | 364 | 130 | 53 |
| Binary | 11010 | 1101 | 11001100 | 1010111 | 1011110 | 0 | 10100 | 11110100 | 1011000 | 101011 |
Color Harmonies of #1A0DCC
Complementary color
Monochromatic Colors of #1A0DCC
Black with #1A0DCC
Text Example
Text Example
White with #1A0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0DCC; }
p { color: rgb(26,13,204); }
H1.HeaderClassName
{
color: #1A0DCC;
}
.AnyTagClassName
{
color: #1A0DCC;
}
</style>
background-color css
<style>
a { background-color: #1A0DCC; }
a { background-color: rgb(26,13,204); }
div.DivClassName
{
background-color: #1A0DCC;
}
.BgClassName
{
background-color: #1A0DCC;
}
</style>
border-color css
<style>
span { border-color: #1A0DCC; }
span { border-color: rgb(26,13,204); }
td.TdClassName
{
border-color: #1A0DCC;
}
.TagClassName
{
border-color: #1A0DCC;
}
</style>