Shades of Midnight Blue #1D145F
Tints of Midnight Blue #1D145F
RGB
CMYK
RGB Variations
Color information
#1D145F (or 0x1D145F) is known color: Midnight Blue. HEX triplet: 1D, 14 and 5F. RGB value is (29,20,95). Sum of RGB (Red+Green+Blue) = 29+20+95=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D145F is #E2EBA0. Grayscale: #1E1E1E. Windows color (decimal): -14871457 or 6231069. OLE color: 6231069.
HSL color Cylindrical-coordinate representation of color #1D145F: hue angle of 247.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D145F is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 20 | 95 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.63 |
| HSL | 247.2º | 0.65% | 0.23% | - |
| HSV(B) | 247.2º | 0.79% | 0.37% | - |
| XYZ | 2.82 | 1.59 | 10.98 | - |
| YUV | 31.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 95 | 0.69 | 0.79 | 0 | 0.63 | 247.2 | 0.65 | 0.23 |
| Hex | 1D | 14 | 5F | 45 | 4F | 0 | 3F | F7 | 41 | 17 |
| Octal | 35 | 24 | 137 | 105 | 117 | 0 | 77 | 367 | 101 | 27 |
| Binary | 11101 | 10100 | 1011111 | 1000101 | 1001111 | 0 | 111111 | 11110111 | 1000001 | 10111 |
Color Harmonies of #1D145F
Complementary color
Monochromatic Colors of #1D145F
Black with #1D145F
Text Example
Text Example
White with #1D145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D145F; }
p { color: rgb(29,20,95); }
H1.HeaderClassName
{
color: #1D145F;
}
.AnyTagClassName
{
color: #1D145F;
}
</style>
background-color css
<style>
a { background-color: #1D145F; }
a { background-color: rgb(29,20,95); }
div.DivClassName
{
background-color: #1D145F;
}
.BgClassName
{
background-color: #1D145F;
}
</style>
border-color css
<style>
span { border-color: #1D145F; }
span { border-color: rgb(29,20,95); }
td.TdClassName
{
border-color: #1D145F;
}
.TagClassName
{
border-color: #1D145F;
}
</style>