Shades of Midnight Blue #1D1A83
Tints of Midnight Blue #1D1A83
RGB
CMYK
RGB Variations
Color information
#1D1A83 (or 0x1D1A83) is known color: Midnight Blue. HEX triplet: 1D, 1A and 83. RGB value is (29,26,131). Sum of RGB (Red+Green+Blue) = 29+26+131=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 131 (51.56% from 255 or 70.43% from 186); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D1A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1A83 is #E2E57C. Grayscale: #262626. Windows color (decimal): -14869885 or 8591901. OLE color: 8591901.
HSL color Cylindrical-coordinate representation of color #1D1A83: hue angle of 241.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1A83 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 26 | 131 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.49 |
| HSL | 241.71º | 0.67% | 0.31% | - |
| HSV(B) | 241.71º | 0.8% | 0.51% | - |
| XYZ | 4.97 | 2.64 | 21.72 | - |
| YUV | 38.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 131 | 0.78 | 0.80 | 0 | 0.49 | 241.71 | 0.67 | 0.31 |
| Hex | 1D | 1A | 83 | 4E | 50 | 0 | 31 | F2 | 43 | 1F |
| Octal | 35 | 32 | 203 | 116 | 120 | 0 | 61 | 362 | 103 | 37 |
| Binary | 11101 | 11010 | 10000011 | 1001110 | 1010000 | 0 | 110001 | 11110010 | 1000011 | 11111 |
Color Harmonies of #1D1A83
Complementary color
Monochromatic Colors of #1D1A83
Black with #1D1A83
Text Example
Text Example
White with #1D1A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A83; }
p { color: rgb(29,26,131); }
H1.HeaderClassName
{
color: #1D1A83;
}
.AnyTagClassName
{
color: #1D1A83;
}
</style>
background-color css
<style>
a { background-color: #1D1A83; }
a { background-color: rgb(29,26,131); }
div.DivClassName
{
background-color: #1D1A83;
}
.BgClassName
{
background-color: #1D1A83;
}
</style>
border-color css
<style>
span { border-color: #1D1A83; }
span { border-color: rgb(29,26,131); }
td.TdClassName
{
border-color: #1D1A83;
}
.TagClassName
{
border-color: #1D1A83;
}
</style>