Shades of Midnight Blue #181C69
Tints of Midnight Blue #181C69
RGB
CMYK
RGB Variations
Color information
#181C69 (or 0x181C69) is known color: Midnight Blue. HEX triplet: 18, 1C and 69. RGB value is (24,28,105). Sum of RGB (Red+Green+Blue) = 24+28+105=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #181C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C69 is #E7E396. Grayscale: #232323. Windows color (decimal): -15197079 or 6888472. OLE color: 6888472.
HSL color Cylindrical-coordinate representation of color #181C69: hue angle of 237.04º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181C69 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 28 | 105 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.59 |
| HSL | 237.04º | 0.63% | 0.25% | - |
| HSV(B) | 237.04º | 0.77% | 0.41% | - |
| XYZ | 3.34 | 2.04 | 13.58 | - |
| YUV | 35.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 105 | 0.77 | 0.73 | 0 | 0.59 | 237.04 | 0.63 | 0.25 |
| Hex | 18 | 1C | 69 | 4D | 49 | 0 | 3B | ED | 3F | 19 |
| Octal | 30 | 34 | 151 | 115 | 111 | 0 | 73 | 355 | 77 | 31 |
| Binary | 11000 | 11100 | 1101001 | 1001101 | 1001001 | 0 | 111011 | 11101101 | 111111 | 11001 |
Color Harmonies of #181C69
Complementary color
Monochromatic Colors of #181C69
Black with #181C69
Text Example
Text Example
White with #181C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C69; }
p { color: rgb(24,28,105); }
H1.HeaderClassName
{
color: #181C69;
}
.AnyTagClassName
{
color: #181C69;
}
</style>
background-color css
<style>
a { background-color: #181C69; }
a { background-color: rgb(24,28,105); }
div.DivClassName
{
background-color: #181C69;
}
.BgClassName
{
background-color: #181C69;
}
</style>
border-color css
<style>
span { border-color: #181C69; }
span { border-color: rgb(24,28,105); }
td.TdClassName
{
border-color: #181C69;
}
.TagClassName
{
border-color: #181C69;
}
</style>