Shades of Midnight Blue #1D266A
Tints of Midnight Blue #1D266A
RGB
CMYK
RGB Variations
Color information
#1D266A (or 0x1D266A) is known color: Midnight Blue. HEX triplet: 1D, 26 and 6A. RGB value is (29,38,106). Sum of RGB (Red+Green+Blue) = 29+38+106=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D266A is #E2D995. Grayscale: #2A2A2A. Windows color (decimal): -14866838 or 6956573. OLE color: 6956573.
HSL color Cylindrical-coordinate representation of color #1D266A: hue angle of 232.99º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D266A is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 38 | 106 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.58 |
| HSL | 232.99º | 0.57% | 0.26% | - |
| HSV(B) | 232.99º | 0.73% | 0.42% | - |
| XYZ | 3.8 | 2.69 | 13.95 | - |
| YUV | 43.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 106 | 0.73 | 0.64 | 0 | 0.58 | 232.99 | 0.57 | 0.26 |
| Hex | 1D | 26 | 6A | 49 | 40 | 0 | 3A | E9 | 39 | 1A |
| Octal | 35 | 46 | 152 | 111 | 100 | 0 | 72 | 351 | 71 | 32 |
| Binary | 11101 | 100110 | 1101010 | 1001001 | 1000000 | 0 | 111010 | 11101001 | 111001 | 11010 |
Color Harmonies of #1D266A
Complementary color
Monochromatic Colors of #1D266A
Black with #1D266A
Text Example
Text Example
White with #1D266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D266A; }
p { color: rgb(29,38,106); }
H1.HeaderClassName
{
color: #1D266A;
}
.AnyTagClassName
{
color: #1D266A;
}
</style>
background-color css
<style>
a { background-color: #1D266A; }
a { background-color: rgb(29,38,106); }
div.DivClassName
{
background-color: #1D266A;
}
.BgClassName
{
background-color: #1D266A;
}
</style>
border-color css
<style>
span { border-color: #1D266A; }
span { border-color: rgb(29,38,106); }
td.TdClassName
{
border-color: #1D266A;
}
.TagClassName
{
border-color: #1D266A;
}
</style>