Shades of Midnight Blue #182076
Tints of Midnight Blue #182076
RGB
CMYK
RGB Variations
Color information
#182076 (or 0x182076) is known color: Midnight Blue. HEX triplet: 18, 20 and 76. RGB value is (24,32,118). Sum of RGB (Red+Green+Blue) = 24+32+118=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #182076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182076 is #E7DF89. Grayscale: #272727. Windows color (decimal): -15196042 or 7741464. OLE color: 7741464.
HSL color Cylindrical-coordinate representation of color #182076: hue angle of 234.89º 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 #182076 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 32 | 118 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.54 |
| HSL | 234.89º | 0.66% | 0.28% | - |
| HSV(B) | 234.89º | 0.8% | 0.46% | - |
| XYZ | 4.16 | 2.54 | 17.41 | - |
| YUV | 39.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 118 | 0.80 | 0.73 | 0 | 0.54 | 234.89 | 0.66 | 0.28 |
| Hex | 18 | 20 | 76 | 50 | 49 | 0 | 36 | EB | 42 | 1C |
| Octal | 30 | 40 | 166 | 120 | 111 | 0 | 66 | 353 | 102 | 34 |
| Binary | 11000 | 100000 | 1110110 | 1010000 | 1001001 | 0 | 110110 | 11101011 | 1000010 | 11100 |
Color Harmonies of #182076
Complementary color
Monochromatic Colors of #182076
Black with #182076
Text Example
Text Example
White with #182076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182076; }
p { color: rgb(24,32,118); }
H1.HeaderClassName
{
color: #182076;
}
.AnyTagClassName
{
color: #182076;
}
</style>
background-color css
<style>
a { background-color: #182076; }
a { background-color: rgb(24,32,118); }
div.DivClassName
{
background-color: #182076;
}
.BgClassName
{
background-color: #182076;
}
</style>
border-color css
<style>
span { border-color: #182076; }
span { border-color: rgb(24,32,118); }
td.TdClassName
{
border-color: #182076;
}
.TagClassName
{
border-color: #182076;
}
</style>