Shades of Midnight Blue #182A76
Tints of Midnight Blue #182A76
RGB
CMYK
RGB Variations
Color information
#182A76 (or 0x182A76) is known color: Midnight Blue. HEX triplet: 18, 2A and 76. RGB value is (24,42,118). Sum of RGB (Red+Green+Blue) = 24+42+118=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #182A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A76 is #E7D589. Grayscale: #2C2C2C. Windows color (decimal): -15193482 or 7744024. OLE color: 7744024.
HSL color Cylindrical-coordinate representation of color #182A76: hue angle of 228.51º 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 #182A76 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 42 | 118 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.54 |
| HSL | 228.51º | 0.66% | 0.28% | - |
| HSV(B) | 228.51º | 0.8% | 0.46% | - |
| XYZ | 4.47 | 3.16 | 17.51 | - |
| YUV | 45.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 118 | 0.80 | 0.64 | 0 | 0.54 | 228.51 | 0.66 | 0.28 |
| Hex | 18 | 2A | 76 | 50 | 40 | 0 | 36 | E5 | 42 | 1C |
| Octal | 30 | 52 | 166 | 120 | 100 | 0 | 66 | 345 | 102 | 34 |
| Binary | 11000 | 101010 | 1110110 | 1010000 | 1000000 | 0 | 110110 | 11100101 | 1000010 | 11100 |
Color Harmonies of #182A76
Complementary color
Monochromatic Colors of #182A76
Black with #182A76
Text Example
Text Example
White with #182A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A76; }
p { color: rgb(24,42,118); }
H1.HeaderClassName
{
color: #182A76;
}
.AnyTagClassName
{
color: #182A76;
}
</style>
background-color css
<style>
a { background-color: #182A76; }
a { background-color: rgb(24,42,118); }
div.DivClassName
{
background-color: #182A76;
}
.BgClassName
{
background-color: #182A76;
}
</style>
border-color css
<style>
span { border-color: #182A76; }
span { border-color: rgb(24,42,118); }
td.TdClassName
{
border-color: #182A76;
}
.TagClassName
{
border-color: #182A76;
}
</style>