Shades of Midnight Blue #1D2366
Tints of Midnight Blue #1D2366
RGB
CMYK
RGB Variations
Color information
#1D2366 (or 0x1D2366) is known color: Midnight Blue. HEX triplet: 1D, 23 and 66. RGB value is (29,35,102). Sum of RGB (Red+Green+Blue) = 29+35+102=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2366 is #E2DC99. Grayscale: #282828. Windows color (decimal): -14867610 or 6693661. OLE color: 6693661.
HSL color Cylindrical-coordinate representation of color #1D2366: hue angle of 235.07º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D2366 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 35 | 102 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.6 |
| HSL | 235.07º | 0.56% | 0.26% | - |
| HSV(B) | 235.07º | 0.72% | 0.4% | - |
| XYZ | 3.51 | 2.42 | 12.85 | - |
| YUV | 40.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 102 | 0.72 | 0.66 | 0 | 0.6 | 235.07 | 0.56 | 0.26 |
| Hex | 1D | 23 | 66 | 48 | 42 | 0 | 3C | EB | 38 | 1A |
| Octal | 35 | 43 | 146 | 110 | 102 | 0 | 74 | 353 | 70 | 32 |
| Binary | 11101 | 100011 | 1100110 | 1001000 | 1000010 | 0 | 111100 | 11101011 | 111000 | 11010 |
Color Harmonies of #1D2366
Complementary color
Monochromatic Colors of #1D2366
Black with #1D2366
Text Example
Text Example
White with #1D2366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2366; }
p { color: rgb(29,35,102); }
H1.HeaderClassName
{
color: #1D2366;
}
.AnyTagClassName
{
color: #1D2366;
}
</style>
background-color css
<style>
a { background-color: #1D2366; }
a { background-color: rgb(29,35,102); }
div.DivClassName
{
background-color: #1D2366;
}
.BgClassName
{
background-color: #1D2366;
}
</style>
border-color css
<style>
span { border-color: #1D2366; }
span { border-color: rgb(29,35,102); }
td.TdClassName
{
border-color: #1D2366;
}
.TagClassName
{
border-color: #1D2366;
}
</style>