Shades of Midnight Blue #182466
Tints of Midnight Blue #182466
RGB
CMYK
RGB Variations
Color information
#182466 (or 0x182466) is known color: Midnight Blue. HEX triplet: 18, 24 and 66. RGB value is (24,36,102). Sum of RGB (Red+Green+Blue) = 24+36+102=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #182466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182466 is #E7DB99. Grayscale: #272727. Windows color (decimal): -15195034 or 6693912. OLE color: 6693912.
HSL color Cylindrical-coordinate representation of color #182466: hue angle of 230.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182466 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 36 | 102 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.6 |
| HSL | 230.77º | 0.62% | 0.25% | - |
| HSV(B) | 230.77º | 0.76% | 0.4% | - |
| XYZ | 3.41 | 2.42 | 12.86 | - |
| YUV | 39.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 102 | 0.76 | 0.65 | 0 | 0.6 | 230.77 | 0.62 | 0.25 |
| Hex | 18 | 24 | 66 | 4C | 41 | 0 | 3C | E7 | 3E | 19 |
| Octal | 30 | 44 | 146 | 114 | 101 | 0 | 74 | 347 | 76 | 31 |
| Binary | 11000 | 100100 | 1100110 | 1001100 | 1000001 | 0 | 111100 | 11100111 | 111110 | 11001 |
Color Harmonies of #182466
Complementary color
Monochromatic Colors of #182466
Black with #182466
Text Example
Text Example
White with #182466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182466; }
p { color: rgb(24,36,102); }
H1.HeaderClassName
{
color: #182466;
}
.AnyTagClassName
{
color: #182466;
}
</style>
background-color css
<style>
a { background-color: #182466; }
a { background-color: rgb(24,36,102); }
div.DivClassName
{
background-color: #182466;
}
.BgClassName
{
background-color: #182466;
}
</style>
border-color css
<style>
span { border-color: #182466; }
span { border-color: rgb(24,36,102); }
td.TdClassName
{
border-color: #182466;
}
.TagClassName
{
border-color: #182466;
}
</style>