Shades of Midnight Blue #1D107B
Tints of Midnight Blue #1D107B
RGB
CMYK
RGB Variations
Color information
#1D107B (or 0x1D107B) is known color: Midnight Blue. HEX triplet: 1D, 10 and 7B. RGB value is (29,16,123). Sum of RGB (Red+Green+Blue) = 29+16+123=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D107B is #E2EF84. Grayscale: #1F1F1F. Windows color (decimal): -14872453 or 8065053. OLE color: 8065053.
HSL color Cylindrical-coordinate representation of color #1D107B: hue angle of 247.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D107B is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 16 | 123 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.52 |
| HSL | 247.29º | 0.77% | 0.27% | - |
| HSV(B) | 247.29º | 0.87% | 0.48% | - |
| XYZ | 4.27 | 2.06 | 18.91 | - |
| YUV | 32.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 123 | 0.76 | 0.87 | 0 | 0.52 | 247.29 | 0.77 | 0.27 |
| Hex | 1D | 10 | 7B | 4C | 57 | 0 | 34 | F7 | 4D | 1B |
| Octal | 35 | 20 | 173 | 114 | 127 | 0 | 64 | 367 | 115 | 33 |
| Binary | 11101 | 10000 | 1111011 | 1001100 | 1010111 | 0 | 110100 | 11110111 | 1001101 | 11011 |
Color Harmonies of #1D107B
Complementary color
Monochromatic Colors of #1D107B
Black with #1D107B
Text Example
Text Example
White with #1D107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D107B; }
p { color: rgb(29,16,123); }
H1.HeaderClassName
{
color: #1D107B;
}
.AnyTagClassName
{
color: #1D107B;
}
</style>
background-color css
<style>
a { background-color: #1D107B; }
a { background-color: rgb(29,16,123); }
div.DivClassName
{
background-color: #1D107B;
}
.BgClassName
{
background-color: #1D107B;
}
</style>
border-color css
<style>
span { border-color: #1D107B; }
span { border-color: rgb(29,16,123); }
td.TdClassName
{
border-color: #1D107B;
}
.TagClassName
{
border-color: #1D107B;
}
</style>