Shades of Midnight Blue #181D68
Tints of Midnight Blue #181D68
RGB
CMYK
RGB Variations
Color information
#181D68 (or 0x181D68) is known color: Midnight Blue. HEX triplet: 18, 1D and 68. RGB value is (24,29,104). Sum of RGB (Red+Green+Blue) = 24+29+104=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #181D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D68 is #E7E297. Grayscale: #232323. Windows color (decimal): -15196824 or 6823192. OLE color: 6823192.
HSL color Cylindrical-coordinate representation of color #181D68: hue angle of 236.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181D68 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 29 | 104 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.59 |
| HSL | 236.25º | 0.63% | 0.25% | - |
| HSV(B) | 236.25º | 0.77% | 0.41% | - |
| XYZ | 3.31 | 2.07 | 13.32 | - |
| YUV | 36.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 104 | 0.77 | 0.72 | 0 | 0.59 | 236.25 | 0.63 | 0.25 |
| Hex | 18 | 1D | 68 | 4D | 48 | 0 | 3B | EC | 3E | 19 |
| Octal | 30 | 35 | 150 | 115 | 110 | 0 | 73 | 354 | 76 | 31 |
| Binary | 11000 | 11101 | 1101000 | 1001101 | 1001000 | 0 | 111011 | 11101100 | 111110 | 11001 |
Color Harmonies of #181D68
Complementary color
Monochromatic Colors of #181D68
Black with #181D68
Text Example
Text Example
White with #181D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D68; }
p { color: rgb(24,29,104); }
H1.HeaderClassName
{
color: #181D68;
}
.AnyTagClassName
{
color: #181D68;
}
</style>
background-color css
<style>
a { background-color: #181D68; }
a { background-color: rgb(24,29,104); }
div.DivClassName
{
background-color: #181D68;
}
.BgClassName
{
background-color: #181D68;
}
</style>
border-color css
<style>
span { border-color: #181D68; }
span { border-color: rgb(24,29,104); }
td.TdClassName
{
border-color: #181D68;
}
.TagClassName
{
border-color: #181D68;
}
</style>