Shades of Medium Blue #1D15C1
Tints of Medium Blue #1D15C1
RGB
CMYK
RGB Variations
Color information
#1D15C1 (or 0x1D15C1) is known color: Medium Blue. HEX triplet: 1D, 15 and C1. RGB value is (29,21,193). Sum of RGB (Red+Green+Blue) = 29+21+193=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 193 (75.78% from 255 or 79.42% from 243); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D15C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15C1 is #E2EA3E. Grayscale: #2A2A2A. Windows color (decimal): -14871103 or 12653853. OLE color: 12653853.
HSL color Cylindrical-coordinate representation of color #1D15C1: hue angle of 242.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D15C1 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 21 | 193 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.24 |
| HSL | 242.79º | 0.8% | 0.42% | - |
| HSV(B) | 242.79º | 0.89% | 0.76% | - |
| XYZ | 10.4 | 4.65 | 50.8 | - |
| YUV | 43 | 212.65 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 193 | 0.85 | 0.89 | 0 | 0.24 | 242.79 | 0.8 | 0.42 |
| Hex | 1D | 15 | C1 | 55 | 59 | 0 | 18 | F3 | 50 | 2A |
| Octal | 35 | 25 | 301 | 125 | 131 | 0 | 30 | 363 | 120 | 52 |
| Binary | 11101 | 10101 | 11000001 | 1010101 | 1011001 | 0 | 11000 | 11110011 | 1010000 | 101010 |
Color Harmonies of #1D15C1
Complementary color
Monochromatic Colors of #1D15C1
Black with #1D15C1
Text Example
Text Example
White with #1D15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15C1; }
p { color: rgb(29,21,193); }
H1.HeaderClassName
{
color: #1D15C1;
}
.AnyTagClassName
{
color: #1D15C1;
}
</style>
background-color css
<style>
a { background-color: #1D15C1; }
a { background-color: rgb(29,21,193); }
div.DivClassName
{
background-color: #1D15C1;
}
.BgClassName
{
background-color: #1D15C1;
}
</style>
border-color css
<style>
span { border-color: #1D15C1; }
span { border-color: rgb(29,21,193); }
td.TdClassName
{
border-color: #1D15C1;
}
.TagClassName
{
border-color: #1D15C1;
}
</style>