Shades of Midnight Blue #181C62
Tints of Midnight Blue #181C62
RGB
CMYK
RGB Variations
Color information
#181C62 (or 0x181C62) is known color: Midnight Blue. HEX triplet: 18, 1C and 62. RGB value is (24,28,98). Sum of RGB (Red+Green+Blue) = 24+28+98=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #181C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C62 is #E7E39D. Grayscale: #222222. Windows color (decimal): -15197086 or 6429720. OLE color: 6429720.
HSL color Cylindrical-coordinate representation of color #181C62: hue angle of 236.76º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181C62 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 28 | 98 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.62 |
| HSL | 236.76º | 0.61% | 0.24% | - |
| HSV(B) | 236.76º | 0.76% | 0.38% | - |
| XYZ | 3 | 1.91 | 11.77 | - |
| YUV | 34.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 98 | 0.76 | 0.71 | 0 | 0.62 | 236.76 | 0.61 | 0.24 |
| Hex | 18 | 1C | 62 | 4C | 47 | 0 | 3E | ED | 3D | 18 |
| Octal | 30 | 34 | 142 | 114 | 107 | 0 | 76 | 355 | 75 | 30 |
| Binary | 11000 | 11100 | 1100010 | 1001100 | 1000111 | 0 | 111110 | 11101101 | 111101 | 11000 |
Color Harmonies of #181C62
Complementary color
Monochromatic Colors of #181C62
Black with #181C62
Text Example
Text Example
White with #181C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C62; }
p { color: rgb(24,28,98); }
H1.HeaderClassName
{
color: #181C62;
}
.AnyTagClassName
{
color: #181C62;
}
</style>
background-color css
<style>
a { background-color: #181C62; }
a { background-color: rgb(24,28,98); }
div.DivClassName
{
background-color: #181C62;
}
.BgClassName
{
background-color: #181C62;
}
</style>
border-color css
<style>
span { border-color: #181C62; }
span { border-color: rgb(24,28,98); }
td.TdClassName
{
border-color: #181C62;
}
.TagClassName
{
border-color: #181C62;
}
</style>