Shades of Midnight Blue #1D258B
Tints of Midnight Blue #1D258B
RGB
CMYK
RGB Variations
Color information
#1D258B (or 0x1D258B) is known color: Midnight Blue. HEX triplet: 1D, 25 and 8B. RGB value is (29,37,139). Sum of RGB (Red+Green+Blue) = 29+37+139=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D258B is #E2DA74. Grayscale: #2D2D2D. Windows color (decimal): -14867061 or 9119005. OLE color: 9119005.
HSL color Cylindrical-coordinate representation of color #1D258B: hue angle of 235.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D258B is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 37 | 139 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.45 |
| HSL | 235.64º | 0.65% | 0.33% | - |
| HSV(B) | 235.64º | 0.79% | 0.55% | - |
| XYZ | 5.83 | 3.45 | 24.78 | - |
| YUV | 46.24 | 180.35 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 139 | 0.79 | 0.73 | 0 | 0.45 | 235.64 | 0.65 | 0.33 |
| Hex | 1D | 25 | 8B | 4F | 49 | 0 | 2D | EC | 41 | 21 |
| Octal | 35 | 45 | 213 | 117 | 111 | 0 | 55 | 354 | 101 | 41 |
| Binary | 11101 | 100101 | 10001011 | 1001111 | 1001001 | 0 | 101101 | 11101100 | 1000001 | 100001 |
Color Harmonies of #1D258B
Complementary color
Monochromatic Colors of #1D258B
Black with #1D258B
Text Example
Text Example
White with #1D258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D258B; }
p { color: rgb(29,37,139); }
H1.HeaderClassName
{
color: #1D258B;
}
.AnyTagClassName
{
color: #1D258B;
}
</style>
background-color css
<style>
a { background-color: #1D258B; }
a { background-color: rgb(29,37,139); }
div.DivClassName
{
background-color: #1D258B;
}
.BgClassName
{
background-color: #1D258B;
}
</style>
border-color css
<style>
span { border-color: #1D258B; }
span { border-color: rgb(29,37,139); }
td.TdClassName
{
border-color: #1D258B;
}
.TagClassName
{
border-color: #1D258B;
}
</style>