Shades of Midnight Blue #1D2770
Tints of Midnight Blue #1D2770
RGB
CMYK
RGB Variations
Color information
#1D2770 (or 0x1D2770) is known color: Midnight Blue. HEX triplet: 1D, 27 and 70. RGB value is (29,39,112). Sum of RGB (Red+Green+Blue) = 29+39+112=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D2770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2770 is #E2D88F. Grayscale: #2C2C2C. Windows color (decimal): -14866576 or 7350045. OLE color: 7350045.
HSL color Cylindrical-coordinate representation of color #1D2770: hue angle of 232.77º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D2770 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 39 | 112 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.56 |
| HSL | 232.77º | 0.59% | 0.28% | - |
| HSV(B) | 232.77º | 0.74% | 0.44% | - |
| XYZ | 4.16 | 2.88 | 15.67 | - |
| YUV | 44.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 112 | 0.74 | 0.65 | 0 | 0.56 | 232.77 | 0.59 | 0.28 |
| Hex | 1D | 27 | 70 | 4A | 41 | 0 | 38 | E9 | 3B | 1C |
| Octal | 35 | 47 | 160 | 112 | 101 | 0 | 70 | 351 | 73 | 34 |
| Binary | 11101 | 100111 | 1110000 | 1001010 | 1000001 | 0 | 111000 | 11101001 | 111011 | 11100 |
Color Harmonies of #1D2770
Complementary color
Monochromatic Colors of #1D2770
Black with #1D2770
Text Example
Text Example
White with #1D2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2770; }
p { color: rgb(29,39,112); }
H1.HeaderClassName
{
color: #1D2770;
}
.AnyTagClassName
{
color: #1D2770;
}
</style>
background-color css
<style>
a { background-color: #1D2770; }
a { background-color: rgb(29,39,112); }
div.DivClassName
{
background-color: #1D2770;
}
.BgClassName
{
background-color: #1D2770;
}
</style>
border-color css
<style>
span { border-color: #1D2770; }
span { border-color: rgb(29,39,112); }
td.TdClassName
{
border-color: #1D2770;
}
.TagClassName
{
border-color: #1D2770;
}
</style>