Shades of Medium Blue #1D15CC
Tints of Medium Blue #1D15CC
RGB
CMYK
RGB Variations
Color information
#1D15CC (or 0x1D15CC) is known color: Medium Blue. HEX triplet: 1D, 15 and CC. RGB value is (29,21,204). Sum of RGB (Red+Green+Blue) = 29+21+204=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D15CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15CC is #E2EA33. Grayscale: #2B2B2B. Windows color (decimal): -14871092 or 13374749. OLE color: 13374749.
HSL color Cylindrical-coordinate representation of color #1D15CC: hue angle of 242.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D15CC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 21 | 204 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.2 |
| HSL | 242.62º | 0.81% | 0.44% | - |
| HSV(B) | 242.62º | 0.9% | 0.8% | - |
| XYZ | 11.67 | 5.16 | 57.51 | - |
| YUV | 44.25 | 218.15 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 204 | 0.86 | 0.90 | 0 | 0.2 | 242.62 | 0.81 | 0.44 |
| Hex | 1D | 15 | CC | 56 | 5A | 0 | 14 | F3 | 51 | 2C |
| Octal | 35 | 25 | 314 | 126 | 132 | 0 | 24 | 363 | 121 | 54 |
| Binary | 11101 | 10101 | 11001100 | 1010110 | 1011010 | 0 | 10100 | 11110011 | 1010001 | 101100 |
Color Harmonies of #1D15CC
Complementary color
Monochromatic Colors of #1D15CC
Black with #1D15CC
Text Example
Text Example
White with #1D15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15CC; }
p { color: rgb(29,21,204); }
H1.HeaderClassName
{
color: #1D15CC;
}
.AnyTagClassName
{
color: #1D15CC;
}
</style>
background-color css
<style>
a { background-color: #1D15CC; }
a { background-color: rgb(29,21,204); }
div.DivClassName
{
background-color: #1D15CC;
}
.BgClassName
{
background-color: #1D15CC;
}
</style>
border-color css
<style>
span { border-color: #1D15CC; }
span { border-color: rgb(29,21,204); }
td.TdClassName
{
border-color: #1D15CC;
}
.TagClassName
{
border-color: #1D15CC;
}
</style>