Shades of Midnight Blue #181C7B
Tints of Midnight Blue #181C7B
RGB
CMYK
RGB Variations
Color information
#181C7B (or 0x181C7B) is known color: Midnight Blue. HEX triplet: 18, 1C and 7B. RGB value is (24,28,123). Sum of RGB (Red+Green+Blue) = 24+28+123=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #181C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C7B is #E7E384. Grayscale: #252525. Windows color (decimal): -15197061 or 8068120. OLE color: 8068120.
HSL color Cylindrical-coordinate representation of color #181C7B: hue angle of 237.58º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181C7B is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 28 | 123 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.52 |
| HSL | 237.58º | 0.67% | 0.29% | - |
| HSV(B) | 237.58º | 0.8% | 0.48% | - |
| XYZ | 4.37 | 2.45 | 18.98 | - |
| YUV | 37.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 123 | 0.80 | 0.77 | 0 | 0.52 | 237.58 | 0.67 | 0.29 |
| Hex | 18 | 1C | 7B | 50 | 4D | 0 | 34 | EE | 43 | 1D |
| Octal | 30 | 34 | 173 | 120 | 115 | 0 | 64 | 356 | 103 | 35 |
| Binary | 11000 | 11100 | 1111011 | 1010000 | 1001101 | 0 | 110100 | 11101110 | 1000011 | 11101 |
Color Harmonies of #181C7B
Complementary color
Monochromatic Colors of #181C7B
Black with #181C7B
Text Example
Text Example
White with #181C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C7B; }
p { color: rgb(24,28,123); }
H1.HeaderClassName
{
color: #181C7B;
}
.AnyTagClassName
{
color: #181C7B;
}
</style>
background-color css
<style>
a { background-color: #181C7B; }
a { background-color: rgb(24,28,123); }
div.DivClassName
{
background-color: #181C7B;
}
.BgClassName
{
background-color: #181C7B;
}
</style>
border-color css
<style>
span { border-color: #181C7B; }
span { border-color: rgb(24,28,123); }
td.TdClassName
{
border-color: #181C7B;
}
.TagClassName
{
border-color: #181C7B;
}
</style>