Shades of Medium Blue #1D15CA
Tints of Medium Blue #1D15CA
RGB
CMYK
RGB Variations
Color information
#1D15CA (or 0x1D15CA) is known color: Medium Blue. HEX triplet: 1D, 15 and CA. RGB value is (29,21,202). Sum of RGB (Red+Green+Blue) = 29+21+202=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15CA is #E2EA35. Grayscale: #2B2B2B. Windows color (decimal): -14871094 or 13243677. OLE color: 13243677.
HSL color Cylindrical-coordinate representation of color #1D15CA: hue angle of 242.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D15CA is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 21 | 202 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.21 |
| HSL | 242.65º | 0.81% | 0.44% | - |
| HSV(B) | 242.65º | 0.9% | 0.79% | - |
| XYZ | 11.44 | 5.06 | 56.25 | - |
| YUV | 44.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 202 | 0.86 | 0.90 | 0 | 0.21 | 242.65 | 0.81 | 0.44 |
| Hex | 1D | 15 | CA | 56 | 5A | 0 | 15 | F3 | 51 | 2C |
| Octal | 35 | 25 | 312 | 126 | 132 | 0 | 25 | 363 | 121 | 54 |
| Binary | 11101 | 10101 | 11001010 | 1010110 | 1011010 | 0 | 10101 | 11110011 | 1010001 | 101100 |
Color Harmonies of #1D15CA
Complementary color
Monochromatic Colors of #1D15CA
Black with #1D15CA
Text Example
Text Example
White with #1D15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15CA; }
p { color: rgb(29,21,202); }
H1.HeaderClassName
{
color: #1D15CA;
}
.AnyTagClassName
{
color: #1D15CA;
}
</style>
background-color css
<style>
a { background-color: #1D15CA; }
a { background-color: rgb(29,21,202); }
div.DivClassName
{
background-color: #1D15CA;
}
.BgClassName
{
background-color: #1D15CA;
}
</style>
border-color css
<style>
span { border-color: #1D15CA; }
span { border-color: rgb(29,21,202); }
td.TdClassName
{
border-color: #1D15CA;
}
.TagClassName
{
border-color: #1D15CA;
}
</style>