Shades of Midnight Blue #1D0965
Tints of Midnight Blue #1D0965
RGB
CMYK
RGB Variations
Color information
#1D0965 (or 0x1D0965) is known color: Midnight Blue. HEX triplet: 1D, 09 and 65. RGB value is (29,9,101). Sum of RGB (Red+Green+Blue) = 29+9+101=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D0965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0965 is #E2F69A. Grayscale: #191919. Windows color (decimal): -14874267 or 6621469. OLE color: 6621469.
HSL color Cylindrical-coordinate representation of color #1D0965: hue angle of 253.04º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0965 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 9 | 101 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.60 |
| HSL | 253.04º | 0.84% | 0.22% | - |
| HSV(B) | 253.04º | 0.91% | 0.4% | - |
| XYZ | 2.95 | 1.4 | 12.43 | - |
| YUV | 25.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 101 | 0.71 | 0.91 | 0 | 0.60 | 253.04 | 0.84 | 0.22 |
| Hex | 1D | 9 | 65 | 47 | 5B | 0 | 3C | FD | 54 | 16 |
| Octal | 35 | 11 | 145 | 107 | 133 | 0 | 74 | 375 | 124 | 26 |
| Binary | 11101 | 1001 | 1100101 | 1000111 | 1011011 | 0 | 111100 | 11111101 | 1010100 | 10110 |
Color Harmonies of #1D0965
Complementary color
Monochromatic Colors of #1D0965
Black with #1D0965
Text Example
Text Example
White with #1D0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0965; }
p { color: rgb(29,9,101); }
H1.HeaderClassName
{
color: #1D0965;
}
.AnyTagClassName
{
color: #1D0965;
}
</style>
background-color css
<style>
a { background-color: #1D0965; }
a { background-color: rgb(29,9,101); }
div.DivClassName
{
background-color: #1D0965;
}
.BgClassName
{
background-color: #1D0965;
}
</style>
border-color css
<style>
span { border-color: #1D0965; }
span { border-color: rgb(29,9,101); }
td.TdClassName
{
border-color: #1D0965;
}
.TagClassName
{
border-color: #1D0965;
}
</style>