Shades of Midnight Blue #181479
Tints of Midnight Blue #181479
RGB
CMYK
RGB Variations
Color information
#181479 (or 0x181479) is known color: Midnight Blue. HEX triplet: 18, 14 and 79. RGB value is (24,20,121). Sum of RGB (Red+Green+Blue) = 24+20+121=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #181479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181479 is #E7EB86. Grayscale: #202020. Windows color (decimal): -15199111 or 7935000. OLE color: 7935000.
HSL color Cylindrical-coordinate representation of color #181479: hue angle of 242.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181479 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 20 | 121 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.53 |
| HSL | 242.38º | 0.72% | 0.28% | - |
| HSV(B) | 242.38º | 0.83% | 0.47% | - |
| XYZ | 4.08 | 2.07 | 18.27 | - |
| YUV | 32.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 121 | 0.80 | 0.83 | 0 | 0.53 | 242.38 | 0.72 | 0.28 |
| Hex | 18 | 14 | 79 | 50 | 53 | 0 | 35 | F2 | 48 | 1C |
| Octal | 30 | 24 | 171 | 120 | 123 | 0 | 65 | 362 | 110 | 34 |
| Binary | 11000 | 10100 | 1111001 | 1010000 | 1010011 | 0 | 110101 | 11110010 | 1001000 | 11100 |
Color Harmonies of #181479
Complementary color
Monochromatic Colors of #181479
Black with #181479
Text Example
Text Example
White with #181479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181479; }
p { color: rgb(24,20,121); }
H1.HeaderClassName
{
color: #181479;
}
.AnyTagClassName
{
color: #181479;
}
</style>
background-color css
<style>
a { background-color: #181479; }
a { background-color: rgb(24,20,121); }
div.DivClassName
{
background-color: #181479;
}
.BgClassName
{
background-color: #181479;
}
</style>
border-color css
<style>
span { border-color: #181479; }
span { border-color: rgb(24,20,121); }
td.TdClassName
{
border-color: #181479;
}
.TagClassName
{
border-color: #181479;
}
</style>