Shades of Midnight Blue #1D105D
Tints of Midnight Blue #1D105D
RGB
CMYK
RGB Variations
Color information
#1D105D (or 0x1D105D) is known color: Midnight Blue. HEX triplet: 1D, 10 and 5D. RGB value is (29,16,93). Sum of RGB (Red+Green+Blue) = 29+16+93=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D105D is #E2EFA2. Grayscale: #1C1C1C. Windows color (decimal): -14872483 or 6098973. OLE color: 6098973.
HSL color Cylindrical-coordinate representation of color #1D105D: hue angle of 250.13º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D105D is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 16 | 93 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.64 |
| HSL | 250.13º | 0.71% | 0.21% | - |
| HSV(B) | 250.13º | 0.83% | 0.36% | - |
| XYZ | 2.67 | 1.42 | 10.49 | - |
| YUV | 28.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 93 | 0.69 | 0.83 | 0 | 0.64 | 250.13 | 0.71 | 0.21 |
| Hex | 1D | 10 | 5D | 45 | 53 | 0 | 40 | FA | 47 | 15 |
| Octal | 35 | 20 | 135 | 105 | 123 | 0 | 100 | 372 | 107 | 25 |
| Binary | 11101 | 10000 | 1011101 | 1000101 | 1010011 | 0 | 1000000 | 11111010 | 1000111 | 10101 |
Color Harmonies of #1D105D
Complementary color
Monochromatic Colors of #1D105D
Black with #1D105D
Text Example
Text Example
White with #1D105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D105D; }
p { color: rgb(29,16,93); }
H1.HeaderClassName
{
color: #1D105D;
}
.AnyTagClassName
{
color: #1D105D;
}
</style>
background-color css
<style>
a { background-color: #1D105D; }
a { background-color: rgb(29,16,93); }
div.DivClassName
{
background-color: #1D105D;
}
.BgClassName
{
background-color: #1D105D;
}
</style>
border-color css
<style>
span { border-color: #1D105D; }
span { border-color: rgb(29,16,93); }
td.TdClassName
{
border-color: #1D105D;
}
.TagClassName
{
border-color: #1D105D;
}
</style>