Shades of Medium Blue #1D16CC
Tints of Medium Blue #1D16CC
RGB
CMYK
RGB Variations
Color information
#1D16CC (or 0x1D16CC) is known color: Medium Blue. HEX triplet: 1D, 16 and CC. RGB value is (29,22,204). Sum of RGB (Red+Green+Blue) = 29+22+204=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D16CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D16CC is #E2E933. Grayscale: #2C2C2C. Windows color (decimal): -14870836 or 13375005. OLE color: 13375005.
HSL color Cylindrical-coordinate representation of color #1D16CC: hue angle of 242.31º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D16CC is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 22 | 204 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.2 |
| HSL | 242.31º | 0.81% | 0.44% | - |
| HSV(B) | 242.31º | 0.89% | 0.8% | - |
| XYZ | 11.69 | 5.19 | 57.51 | - |
| YUV | 44.84 | 217.82 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 204 | 0.86 | 0.89 | 0 | 0.2 | 242.31 | 0.81 | 0.44 |
| Hex | 1D | 16 | CC | 56 | 59 | 0 | 14 | F2 | 51 | 2C |
| Octal | 35 | 26 | 314 | 126 | 131 | 0 | 24 | 362 | 121 | 54 |
| Binary | 11101 | 10110 | 11001100 | 1010110 | 1011001 | 0 | 10100 | 11110010 | 1010001 | 101100 |
Color Harmonies of #1D16CC
Complementary color
Monochromatic Colors of #1D16CC
Black with #1D16CC
Text Example
Text Example
White with #1D16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D16CC; }
p { color: rgb(29,22,204); }
H1.HeaderClassName
{
color: #1D16CC;
}
.AnyTagClassName
{
color: #1D16CC;
}
</style>
background-color css
<style>
a { background-color: #1D16CC; }
a { background-color: rgb(29,22,204); }
div.DivClassName
{
background-color: #1D16CC;
}
.BgClassName
{
background-color: #1D16CC;
}
</style>
border-color css
<style>
span { border-color: #1D16CC; }
span { border-color: rgb(29,22,204); }
td.TdClassName
{
border-color: #1D16CC;
}
.TagClassName
{
border-color: #1D16CC;
}
</style>