Shades of Midnight Blue #182682
Tints of Midnight Blue #182682
RGB
CMYK
RGB Variations
Color information
#182682 (or 0x182682) is known color: Midnight Blue. HEX triplet: 18, 26 and 82. RGB value is (24,38,130). Sum of RGB (Red+Green+Blue) = 24+38+130=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #182682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182682 is #E7D97D. Grayscale: #2B2B2B. Windows color (decimal): -15194494 or 8529432. OLE color: 8529432.
HSL color Cylindrical-coordinate representation of color #182682: hue angle of 232.08º 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 #182682 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 38 | 130 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.49 |
| HSL | 232.08º | 0.69% | 0.3% | - |
| HSV(B) | 232.08º | 0.82% | 0.51% | - |
| XYZ | 5.1 | 3.19 | 21.47 | - |
| YUV | 44.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 130 | 0.82 | 0.71 | 0 | 0.49 | 232.08 | 0.69 | 0.3 |
| Hex | 18 | 26 | 82 | 52 | 47 | 0 | 31 | E8 | 45 | 1E |
| Octal | 30 | 46 | 202 | 122 | 107 | 0 | 61 | 350 | 105 | 36 |
| Binary | 11000 | 100110 | 10000010 | 1010010 | 1000111 | 0 | 110001 | 11101000 | 1000101 | 11110 |
Color Harmonies of #182682
Complementary color
Monochromatic Colors of #182682
Black with #182682
Text Example
Text Example
White with #182682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182682; }
p { color: rgb(24,38,130); }
H1.HeaderClassName
{
color: #182682;
}
.AnyTagClassName
{
color: #182682;
}
</style>
background-color css
<style>
a { background-color: #182682; }
a { background-color: rgb(24,38,130); }
div.DivClassName
{
background-color: #182682;
}
.BgClassName
{
background-color: #182682;
}
</style>
border-color css
<style>
span { border-color: #182682; }
span { border-color: rgb(24,38,130); }
td.TdClassName
{
border-color: #182682;
}
.TagClassName
{
border-color: #182682;
}
</style>