Shades of Midnight Blue #181369
Tints of Midnight Blue #181369
RGB
CMYK
RGB Variations
Color information
#181369 (or 0x181369) is known color: Midnight Blue. HEX triplet: 18, 13 and 69. RGB value is (24,19,105). Sum of RGB (Red+Green+Blue) = 24+19+105=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #181369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181369 is #E7EC96. Grayscale: #1D1D1D. Windows color (decimal): -15199383 or 6886168. OLE color: 6886168.
HSL color Cylindrical-coordinate representation of color #181369: hue angle of 243.49º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181369 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 19 | 105 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.59 |
| HSL | 243.49º | 0.69% | 0.24% | - |
| HSV(B) | 243.49º | 0.82% | 0.41% | - |
| XYZ | 3.16 | 1.68 | 13.52 | - |
| YUV | 30.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 105 | 0.77 | 0.82 | 0 | 0.59 | 243.49 | 0.69 | 0.24 |
| Hex | 18 | 13 | 69 | 4D | 52 | 0 | 3B | F3 | 45 | 18 |
| Octal | 30 | 23 | 151 | 115 | 122 | 0 | 73 | 363 | 105 | 30 |
| Binary | 11000 | 10011 | 1101001 | 1001101 | 1010010 | 0 | 111011 | 11110011 | 1000101 | 11000 |
Color Harmonies of #181369
Complementary color
Monochromatic Colors of #181369
Black with #181369
Text Example
Text Example
White with #181369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181369; }
p { color: rgb(24,19,105); }
H1.HeaderClassName
{
color: #181369;
}
.AnyTagClassName
{
color: #181369;
}
</style>
background-color css
<style>
a { background-color: #181369; }
a { background-color: rgb(24,19,105); }
div.DivClassName
{
background-color: #181369;
}
.BgClassName
{
background-color: #181369;
}
</style>
border-color css
<style>
span { border-color: #181369; }
span { border-color: rgb(24,19,105); }
td.TdClassName
{
border-color: #181369;
}
.TagClassName
{
border-color: #181369;
}
</style>