Shades of Midnight Blue #1D257F
Tints of Midnight Blue #1D257F
RGB
CMYK
RGB Variations
Color information
#1D257F (or 0x1D257F) is known color: Midnight Blue. HEX triplet: 1D, 25 and 7F. RGB value is (29,37,127). Sum of RGB (Red+Green+Blue) = 29+37+127=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D257F is #E2DA80. Grayscale: #2C2C2C. Windows color (decimal): -14867073 or 8332573. OLE color: 8332573.
HSL color Cylindrical-coordinate representation of color #1D257F: hue angle of 235.1º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D257F is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 37 | 127 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.50 |
| HSL | 235.1º | 0.63% | 0.31% | - |
| HSV(B) | 235.1º | 0.77% | 0.5% | - |
| XYZ | 5 | 3.12 | 20.42 | - |
| YUV | 44.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 127 | 0.77 | 0.71 | 0 | 0.50 | 235.1 | 0.63 | 0.31 |
| Hex | 1D | 25 | 7F | 4D | 47 | 0 | 32 | EB | 3F | 1F |
| Octal | 35 | 45 | 177 | 115 | 107 | 0 | 62 | 353 | 77 | 37 |
| Binary | 11101 | 100101 | 1111111 | 1001101 | 1000111 | 0 | 110010 | 11101011 | 111111 | 11111 |
Color Harmonies of #1D257F
Complementary color
Monochromatic Colors of #1D257F
Black with #1D257F
Text Example
Text Example
White with #1D257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D257F; }
p { color: rgb(29,37,127); }
H1.HeaderClassName
{
color: #1D257F;
}
.AnyTagClassName
{
color: #1D257F;
}
</style>
background-color css
<style>
a { background-color: #1D257F; }
a { background-color: rgb(29,37,127); }
div.DivClassName
{
background-color: #1D257F;
}
.BgClassName
{
background-color: #1D257F;
}
</style>
border-color css
<style>
span { border-color: #1D257F; }
span { border-color: rgb(29,37,127); }
td.TdClassName
{
border-color: #1D257F;
}
.TagClassName
{
border-color: #1D257F;
}
</style>