Shades of Midnight Blue #182067
Tints of Midnight Blue #182067
RGB
CMYK
RGB Variations
Color information
#182067 (or 0x182067) is known color: Midnight Blue. HEX triplet: 18, 20 and 67. RGB value is (24,32,103). Sum of RGB (Red+Green+Blue) = 24+32+103=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 103 (40.62% from 255 or 64.78% from 159); Max value from RGB is 103 - color contains mainly: blue. Hex color #182067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182067 is #E7DF98. Grayscale: #252525. Windows color (decimal): -15196057 or 6758424. OLE color: 6758424.
HSL color Cylindrical-coordinate representation of color #182067: hue angle of 233.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182067 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 32 | 103 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.60 |
| HSL | 233.92º | 0.62% | 0.25% | - |
| HSV(B) | 233.92º | 0.77% | 0.4% | - |
| XYZ | 3.34 | 2.21 | 13.08 | - |
| YUV | 37.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 103 | 0.77 | 0.69 | 0 | 0.60 | 233.92 | 0.62 | 0.25 |
| Hex | 18 | 20 | 67 | 4D | 45 | 0 | 3C | EA | 3E | 19 |
| Octal | 30 | 40 | 147 | 115 | 105 | 0 | 74 | 352 | 76 | 31 |
| Binary | 11000 | 100000 | 1100111 | 1001101 | 1000101 | 0 | 111100 | 11101010 | 111110 | 11001 |
Color Harmonies of #182067
Complementary color
Monochromatic Colors of #182067
Black with #182067
Text Example
Text Example
White with #182067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182067; }
p { color: rgb(24,32,103); }
H1.HeaderClassName
{
color: #182067;
}
.AnyTagClassName
{
color: #182067;
}
</style>
background-color css
<style>
a { background-color: #182067; }
a { background-color: rgb(24,32,103); }
div.DivClassName
{
background-color: #182067;
}
.BgClassName
{
background-color: #182067;
}
</style>
border-color css
<style>
span { border-color: #182067; }
span { border-color: rgb(24,32,103); }
td.TdClassName
{
border-color: #182067;
}
.TagClassName
{
border-color: #182067;
}
</style>