Shades of Midnight Blue #182A79
Tints of Midnight Blue #182A79
RGB
CMYK
RGB Variations
Color information
#182A79 (or 0x182A79) is known color: Midnight Blue. HEX triplet: 18, 2A and 79. RGB value is (24,42,121). Sum of RGB (Red+Green+Blue) = 24+42+121=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #182A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A79 is #E7D586. Grayscale: #2D2D2D. Windows color (decimal): -15193479 or 7940632. OLE color: 7940632.
HSL color Cylindrical-coordinate representation of color #182A79: hue angle of 228.87º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182A79 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 42 | 121 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.53 |
| HSL | 228.87º | 0.67% | 0.28% | - |
| HSV(B) | 228.87º | 0.8% | 0.47% | - |
| XYZ | 4.66 | 3.23 | 18.47 | - |
| YUV | 45.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 121 | 0.80 | 0.65 | 0 | 0.53 | 228.87 | 0.67 | 0.28 |
| Hex | 18 | 2A | 79 | 50 | 41 | 0 | 35 | E5 | 43 | 1C |
| Octal | 30 | 52 | 171 | 120 | 101 | 0 | 65 | 345 | 103 | 34 |
| Binary | 11000 | 101010 | 1111001 | 1010000 | 1000001 | 0 | 110101 | 11100101 | 1000011 | 11100 |
Color Harmonies of #182A79
Complementary color
Monochromatic Colors of #182A79
Black with #182A79
Text Example
Text Example
White with #182A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A79; }
p { color: rgb(24,42,121); }
H1.HeaderClassName
{
color: #182A79;
}
.AnyTagClassName
{
color: #182A79;
}
</style>
background-color css
<style>
a { background-color: #182A79; }
a { background-color: rgb(24,42,121); }
div.DivClassName
{
background-color: #182A79;
}
.BgClassName
{
background-color: #182A79;
}
</style>
border-color css
<style>
span { border-color: #182A79; }
span { border-color: rgb(24,42,121); }
td.TdClassName
{
border-color: #182A79;
}
.TagClassName
{
border-color: #182A79;
}
</style>