Shades of Midnight Blue #18146D
Tints of Midnight Blue #18146D
RGB
CMYK
RGB Variations
Color information
#18146D (or 0x18146D) is known color: Midnight Blue. HEX triplet: 18, 14 and 6D. RGB value is (24,20,109). Sum of RGB (Red+Green+Blue) = 24+20+109=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #18146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18146D is #E7EB92. Grayscale: #1E1E1E. Windows color (decimal): -15199123 or 7148568. OLE color: 7148568.
HSL color Cylindrical-coordinate representation of color #18146D: hue angle of 242.7º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18146D is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 20 | 109 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.57 |
| HSL | 242.7º | 0.69% | 0.25% | - |
| HSV(B) | 242.7º | 0.82% | 0.43% | - |
| XYZ | 3.39 | 1.8 | 14.64 | - |
| YUV | 31.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 109 | 0.78 | 0.82 | 0 | 0.57 | 242.7 | 0.69 | 0.25 |
| Hex | 18 | 14 | 6D | 4E | 52 | 0 | 39 | F3 | 45 | 19 |
| Octal | 30 | 24 | 155 | 116 | 122 | 0 | 71 | 363 | 105 | 31 |
| Binary | 11000 | 10100 | 1101101 | 1001110 | 1010010 | 0 | 111001 | 11110011 | 1000101 | 11001 |
Color Harmonies of #18146D
Complementary color
Monochromatic Colors of #18146D
Black with #18146D
Text Example
Text Example
White with #18146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18146D; }
p { color: rgb(24,20,109); }
H1.HeaderClassName
{
color: #18146D;
}
.AnyTagClassName
{
color: #18146D;
}
</style>
background-color css
<style>
a { background-color: #18146D; }
a { background-color: rgb(24,20,109); }
div.DivClassName
{
background-color: #18146D;
}
.BgClassName
{
background-color: #18146D;
}
</style>
border-color css
<style>
span { border-color: #18146D; }
span { border-color: rgb(24,20,109); }
td.TdClassName
{
border-color: #18146D;
}
.TagClassName
{
border-color: #18146D;
}
</style>