Shades of Medium Blue #1D13CC
Tints of Medium Blue #1D13CC
RGB
CMYK
RGB Variations
Color information
#1D13CC (or 0x1D13CC) is known color: Medium Blue. HEX triplet: 1D, 13 and CC. RGB value is (29,19,204). Sum of RGB (Red+Green+Blue) = 29+19+204=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D13CC is #E2EC33. Grayscale: #2A2A2A. Windows color (decimal): -14871604 or 13374237. OLE color: 13374237.
HSL color Cylindrical-coordinate representation of color #1D13CC: hue angle of 243.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D13CC is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 19 | 204 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.2 |
| HSL | 243.24º | 0.83% | 0.44% | - |
| HSV(B) | 243.24º | 0.91% | 0.8% | - |
| XYZ | 11.64 | 5.09 | 57.5 | - |
| YUV | 43.08 | 218.81 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 204 | 0.86 | 0.91 | 0 | 0.2 | 243.24 | 0.83 | 0.44 |
| Hex | 1D | 13 | CC | 56 | 5B | 0 | 14 | F3 | 53 | 2C |
| Octal | 35 | 23 | 314 | 126 | 133 | 0 | 24 | 363 | 123 | 54 |
| Binary | 11101 | 10011 | 11001100 | 1010110 | 1011011 | 0 | 10100 | 11110011 | 1010011 | 101100 |
Color Harmonies of #1D13CC
Complementary color
Monochromatic Colors of #1D13CC
Black with #1D13CC
Text Example
Text Example
White with #1D13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D13CC; }
p { color: rgb(29,19,204); }
H1.HeaderClassName
{
color: #1D13CC;
}
.AnyTagClassName
{
color: #1D13CC;
}
</style>
background-color css
<style>
a { background-color: #1D13CC; }
a { background-color: rgb(29,19,204); }
div.DivClassName
{
background-color: #1D13CC;
}
.BgClassName
{
background-color: #1D13CC;
}
</style>
border-color css
<style>
span { border-color: #1D13CC; }
span { border-color: rgb(29,19,204); }
td.TdClassName
{
border-color: #1D13CC;
}
.TagClassName
{
border-color: #1D13CC;
}
</style>