Shades of Medium Blue #1D1ACE
Tints of Medium Blue #1D1ACE
RGB
CMYK
RGB Variations
Color information
#1D1ACE (or 0x1D1ACE) is known color: Medium Blue. HEX triplet: 1D, 1A and CE. RGB value is (29,26,206). Sum of RGB (Red+Green+Blue) = 29+26+206=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1ACE is #E2E531. Grayscale: #2E2E2E. Windows color (decimal): -14869810 or 13507101. OLE color: 13507101.
HSL color Cylindrical-coordinate representation of color #1D1ACE: hue angle of 241º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1ACE is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 26 | 206 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.19 |
| HSL | 241º | 0.78% | 0.45% | - |
| HSV(B) | 241º | 0.87% | 0.81% | - |
| XYZ | 12.02 | 5.46 | 58.81 | - |
| YUV | 47.42 | 217.49 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 206 | 0.86 | 0.87 | 0 | 0.19 | 241 | 0.78 | 0.45 |
| Hex | 1D | 1A | CE | 56 | 57 | 0 | 13 | F1 | 4E | 2D |
| Octal | 35 | 32 | 316 | 126 | 127 | 0 | 23 | 361 | 116 | 55 |
| Binary | 11101 | 11010 | 11001110 | 1010110 | 1010111 | 0 | 10011 | 11110001 | 1001110 | 101101 |
Color Harmonies of #1D1ACE
Complementary color
Monochromatic Colors of #1D1ACE
Black with #1D1ACE
Text Example
Text Example
White with #1D1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1ACE; }
p { color: rgb(29,26,206); }
H1.HeaderClassName
{
color: #1D1ACE;
}
.AnyTagClassName
{
color: #1D1ACE;
}
</style>
background-color css
<style>
a { background-color: #1D1ACE; }
a { background-color: rgb(29,26,206); }
div.DivClassName
{
background-color: #1D1ACE;
}
.BgClassName
{
background-color: #1D1ACE;
}
</style>
border-color css
<style>
span { border-color: #1D1ACE; }
span { border-color: rgb(29,26,206); }
td.TdClassName
{
border-color: #1D1ACE;
}
.TagClassName
{
border-color: #1D1ACE;
}
</style>