Shades of Midnight Blue #181263
Tints of Midnight Blue #181263
RGB
CMYK
RGB Variations
Color information
#181263 (or 0x181263) is known color: Midnight Blue. HEX triplet: 18, 12 and 63. RGB value is (24,18,99). Sum of RGB (Red+Green+Blue) = 24+18+99=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #181263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181263 is #E7ED9C. Grayscale: #1C1C1C. Windows color (decimal): -15199645 or 6492696. OLE color: 6492696.
HSL color Cylindrical-coordinate representation of color #181263: hue angle of 244.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181263 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 18 | 99 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.61 |
| HSL | 244.44º | 0.69% | 0.23% | - |
| HSV(B) | 244.44º | 0.82% | 0.39% | - |
| XYZ | 2.85 | 1.53 | 11.95 | - |
| YUV | 29.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 99 | 0.76 | 0.82 | 0 | 0.61 | 244.44 | 0.69 | 0.23 |
| Hex | 18 | 12 | 63 | 4C | 52 | 0 | 3D | F4 | 45 | 17 |
| Octal | 30 | 22 | 143 | 114 | 122 | 0 | 75 | 364 | 105 | 27 |
| Binary | 11000 | 10010 | 1100011 | 1001100 | 1010010 | 0 | 111101 | 11110100 | 1000101 | 10111 |
Color Harmonies of #181263
Complementary color
Monochromatic Colors of #181263
Black with #181263
Text Example
Text Example
White with #181263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181263; }
p { color: rgb(24,18,99); }
H1.HeaderClassName
{
color: #181263;
}
.AnyTagClassName
{
color: #181263;
}
</style>
background-color css
<style>
a { background-color: #181263; }
a { background-color: rgb(24,18,99); }
div.DivClassName
{
background-color: #181263;
}
.BgClassName
{
background-color: #181263;
}
</style>
border-color css
<style>
span { border-color: #181263; }
span { border-color: rgb(24,18,99); }
td.TdClassName
{
border-color: #181263;
}
.TagClassName
{
border-color: #181263;
}
</style>