Shades of Midnight Blue #181C76
Tints of Midnight Blue #181C76
RGB
CMYK
RGB Variations
Color information
#181C76 (or 0x181C76) is known color: Midnight Blue. HEX triplet: 18, 1C and 76. RGB value is (24,28,118). Sum of RGB (Red+Green+Blue) = 24+28+118=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #181C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C76 is #E7E389. Grayscale: #242424. Windows color (decimal): -15197066 or 7740440. OLE color: 7740440.
HSL color Cylindrical-coordinate representation of color #181C76: hue angle of 237.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181C76 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 28 | 118 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.54 |
| HSL | 237.45º | 0.66% | 0.28% | - |
| HSV(B) | 237.45º | 0.8% | 0.46% | - |
| XYZ | 4.06 | 2.33 | 17.38 | - |
| YUV | 37.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 118 | 0.80 | 0.76 | 0 | 0.54 | 237.45 | 0.66 | 0.28 |
| Hex | 18 | 1C | 76 | 50 | 4C | 0 | 36 | ED | 42 | 1C |
| Octal | 30 | 34 | 166 | 120 | 114 | 0 | 66 | 355 | 102 | 34 |
| Binary | 11000 | 11100 | 1110110 | 1010000 | 1001100 | 0 | 110110 | 11101101 | 1000010 | 11100 |
Color Harmonies of #181C76
Complementary color
Monochromatic Colors of #181C76
Black with #181C76
Text Example
Text Example
White with #181C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C76; }
p { color: rgb(24,28,118); }
H1.HeaderClassName
{
color: #181C76;
}
.AnyTagClassName
{
color: #181C76;
}
</style>
background-color css
<style>
a { background-color: #181C76; }
a { background-color: rgb(24,28,118); }
div.DivClassName
{
background-color: #181C76;
}
.BgClassName
{
background-color: #181C76;
}
</style>
border-color css
<style>
span { border-color: #181C76; }
span { border-color: rgb(24,28,118); }
td.TdClassName
{
border-color: #181C76;
}
.TagClassName
{
border-color: #181C76;
}
</style>