Shades of Midnight Blue #1D0C65
Tints of Midnight Blue #1D0C65
RGB
CMYK
RGB Variations
Color information
#1D0C65 (or 0x1D0C65) is known color: Midnight Blue. HEX triplet: 1D, 0C and 65. RGB value is (29,12,101). Sum of RGB (Red+Green+Blue) = 29+12+101=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D0C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0C65 is #E2F39A. Grayscale: #1A1A1A. Windows color (decimal): -14873499 or 6622237. OLE color: 6622237.
HSL color Cylindrical-coordinate representation of color #1D0C65: hue angle of 251.46º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0C65 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 12 | 101 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.60 |
| HSL | 251.46º | 0.79% | 0.22% | - |
| HSV(B) | 251.46º | 0.88% | 0.4% | - |
| XYZ | 2.99 | 1.46 | 12.44 | - |
| YUV | 27.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 101 | 0.71 | 0.88 | 0 | 0.60 | 251.46 | 0.79 | 0.22 |
| Hex | 1D | C | 65 | 47 | 58 | 0 | 3C | FB | 4F | 16 |
| Octal | 35 | 14 | 145 | 107 | 130 | 0 | 74 | 373 | 117 | 26 |
| Binary | 11101 | 1100 | 1100101 | 1000111 | 1011000 | 0 | 111100 | 11111011 | 1001111 | 10110 |
Color Harmonies of #1D0C65
Complementary color
Monochromatic Colors of #1D0C65
Black with #1D0C65
Text Example
Text Example
White with #1D0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C65; }
p { color: rgb(29,12,101); }
H1.HeaderClassName
{
color: #1D0C65;
}
.AnyTagClassName
{
color: #1D0C65;
}
</style>
background-color css
<style>
a { background-color: #1D0C65; }
a { background-color: rgb(29,12,101); }
div.DivClassName
{
background-color: #1D0C65;
}
.BgClassName
{
background-color: #1D0C65;
}
</style>
border-color css
<style>
span { border-color: #1D0C65; }
span { border-color: rgb(29,12,101); }
td.TdClassName
{
border-color: #1D0C65;
}
.TagClassName
{
border-color: #1D0C65;
}
</style>