Shades of Midnight Blue #1D097B
Tints of Midnight Blue #1D097B
RGB
CMYK
RGB Variations
Color information
#1D097B (or 0x1D097B) is known color: Midnight Blue. HEX triplet: 1D, 09 and 7B. RGB value is (29,9,123). Sum of RGB (Red+Green+Blue) = 29+9+123=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D097B is #E2F684. Grayscale: #1B1B1B. Windows color (decimal): -14874245 or 8063261. OLE color: 8063261.
HSL color Cylindrical-coordinate representation of color #1D097B: hue angle of 250.53º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D097B is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 9 | 123 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.52 |
| HSL | 250.53º | 0.86% | 0.26% | - |
| HSV(B) | 250.53º | 0.93% | 0.48% | - |
| XYZ | 4.18 | 1.89 | 18.88 | - |
| YUV | 27.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 123 | 0.76 | 0.93 | 0 | 0.52 | 250.53 | 0.86 | 0.26 |
| Hex | 1D | 9 | 7B | 4C | 5D | 0 | 34 | FB | 56 | 1A |
| Octal | 35 | 11 | 173 | 114 | 135 | 0 | 64 | 373 | 126 | 32 |
| Binary | 11101 | 1001 | 1111011 | 1001100 | 1011101 | 0 | 110100 | 11111011 | 1010110 | 11010 |
Color Harmonies of #1D097B
Complementary color
Monochromatic Colors of #1D097B
Black with #1D097B
Text Example
Text Example
White with #1D097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D097B; }
p { color: rgb(29,9,123); }
H1.HeaderClassName
{
color: #1D097B;
}
.AnyTagClassName
{
color: #1D097B;
}
</style>
background-color css
<style>
a { background-color: #1D097B; }
a { background-color: rgb(29,9,123); }
div.DivClassName
{
background-color: #1D097B;
}
.BgClassName
{
background-color: #1D097B;
}
</style>
border-color css
<style>
span { border-color: #1D097B; }
span { border-color: rgb(29,9,123); }
td.TdClassName
{
border-color: #1D097B;
}
.TagClassName
{
border-color: #1D097B;
}
</style>