Shades of Midnight Blue #1D227A
Tints of Midnight Blue #1D227A
RGB
CMYK
RGB Variations
Color information
#1D227A (or 0x1D227A) is known color: Midnight Blue. HEX triplet: 1D, 22 and 7A. RGB value is (29,34,122). Sum of RGB (Red+Green+Blue) = 29+34+122=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D227A is #E2DD85. Grayscale: #2A2A2A. Windows color (decimal): -14867846 or 8004125. OLE color: 8004125.
HSL color Cylindrical-coordinate representation of color #1D227A: hue angle of 236.77º 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 #1D227A is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 34 | 122 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.52 |
| HSL | 236.77º | 0.62% | 0.3% | - |
| HSV(B) | 236.77º | 0.76% | 0.48% | - |
| XYZ | 4.59 | 2.81 | 18.71 | - |
| YUV | 42.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 122 | 0.76 | 0.72 | 0 | 0.52 | 236.77 | 0.62 | 0.3 |
| Hex | 1D | 22 | 7A | 4C | 48 | 0 | 34 | ED | 3E | 1E |
| Octal | 35 | 42 | 172 | 114 | 110 | 0 | 64 | 355 | 76 | 36 |
| Binary | 11101 | 100010 | 1111010 | 1001100 | 1001000 | 0 | 110100 | 11101101 | 111110 | 11110 |
Color Harmonies of #1D227A
Complementary color
Monochromatic Colors of #1D227A
Black with #1D227A
Text Example
Text Example
White with #1D227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D227A; }
p { color: rgb(29,34,122); }
H1.HeaderClassName
{
color: #1D227A;
}
.AnyTagClassName
{
color: #1D227A;
}
</style>
background-color css
<style>
a { background-color: #1D227A; }
a { background-color: rgb(29,34,122); }
div.DivClassName
{
background-color: #1D227A;
}
.BgClassName
{
background-color: #1D227A;
}
</style>
border-color css
<style>
span { border-color: #1D227A; }
span { border-color: rgb(29,34,122); }
td.TdClassName
{
border-color: #1D227A;
}
.TagClassName
{
border-color: #1D227A;
}
</style>