Shades of Midnight Blue #1D257A
Tints of Midnight Blue #1D257A
RGB
CMYK
RGB Variations
Color information
#1D257A (or 0x1D257A) is known color: Midnight Blue. HEX triplet: 1D, 25 and 7A. RGB value is (29,37,122). Sum of RGB (Red+Green+Blue) = 29+37+122=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D257A is #E2DA85. Grayscale: #2B2B2B. Windows color (decimal): -14867078 or 8004893. OLE color: 8004893.
HSL color Cylindrical-coordinate representation of color #1D257A: hue angle of 234.84º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D257A is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 37 | 122 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.52 |
| HSL | 234.84º | 0.62% | 0.3% | - |
| HSV(B) | 234.84º | 0.76% | 0.48% | - |
| XYZ | 4.68 | 2.99 | 18.74 | - |
| YUV | 44.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 122 | 0.76 | 0.70 | 0 | 0.52 | 234.84 | 0.62 | 0.3 |
| Hex | 1D | 25 | 7A | 4C | 46 | 0 | 34 | EB | 3E | 1E |
| Octal | 35 | 45 | 172 | 114 | 106 | 0 | 64 | 353 | 76 | 36 |
| Binary | 11101 | 100101 | 1111010 | 1001100 | 1000110 | 0 | 110100 | 11101011 | 111110 | 11110 |
Color Harmonies of #1D257A
Complementary color
Monochromatic Colors of #1D257A
Black with #1D257A
Text Example
Text Example
White with #1D257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D257A; }
p { color: rgb(29,37,122); }
H1.HeaderClassName
{
color: #1D257A;
}
.AnyTagClassName
{
color: #1D257A;
}
</style>
background-color css
<style>
a { background-color: #1D257A; }
a { background-color: rgb(29,37,122); }
div.DivClassName
{
background-color: #1D257A;
}
.BgClassName
{
background-color: #1D257A;
}
</style>
border-color css
<style>
span { border-color: #1D257A; }
span { border-color: rgb(29,37,122); }
td.TdClassName
{
border-color: #1D257A;
}
.TagClassName
{
border-color: #1D257A;
}
</style>