Shades of Midnight Blue #181C82
Tints of Midnight Blue #181C82
RGB
CMYK
RGB Variations
Color information
#181C82 (or 0x181C82) is known color: Midnight Blue. HEX triplet: 18, 1C and 82. RGB value is (24,28,130). Sum of RGB (Red+Green+Blue) = 24+28+130=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #181C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181C82 is #E7E37D. Grayscale: #262626. Windows color (decimal): -15197054 or 8526872. OLE color: 8526872.
HSL color Cylindrical-coordinate representation of color #181C82: hue angle of 237.74º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181C82 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 28 | 130 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.49 |
| HSL | 237.74º | 0.69% | 0.3% | - |
| HSV(B) | 237.74º | 0.82% | 0.51% | - |
| XYZ | 4.82 | 2.64 | 21.37 | - |
| YUV | 38.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 130 | 0.82 | 0.78 | 0 | 0.49 | 237.74 | 0.69 | 0.3 |
| Hex | 18 | 1C | 82 | 52 | 4E | 0 | 31 | EE | 45 | 1E |
| Octal | 30 | 34 | 202 | 122 | 116 | 0 | 61 | 356 | 105 | 36 |
| Binary | 11000 | 11100 | 10000010 | 1010010 | 1001110 | 0 | 110001 | 11101110 | 1000101 | 11110 |
Color Harmonies of #181C82
Complementary color
Monochromatic Colors of #181C82
Black with #181C82
Text Example
Text Example
White with #181C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C82; }
p { color: rgb(24,28,130); }
H1.HeaderClassName
{
color: #181C82;
}
.AnyTagClassName
{
color: #181C82;
}
</style>
background-color css
<style>
a { background-color: #181C82; }
a { background-color: rgb(24,28,130); }
div.DivClassName
{
background-color: #181C82;
}
.BgClassName
{
background-color: #181C82;
}
</style>
border-color css
<style>
span { border-color: #181C82; }
span { border-color: rgb(24,28,130); }
td.TdClassName
{
border-color: #181C82;
}
.TagClassName
{
border-color: #181C82;
}
</style>