Shades of Midnight Blue #182C7D
Tints of Midnight Blue #182C7D
RGB
CMYK
RGB Variations
Color information
#182C7D (or 0x182C7D) is known color: Midnight Blue. HEX triplet: 18, 2C and 7D. RGB value is (24,44,125). Sum of RGB (Red+Green+Blue) = 24+44+125=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #182C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C7D is #E7D382. Grayscale: #2E2E2E. Windows color (decimal): -15192963 or 8203288. OLE color: 8203288.
HSL color Cylindrical-coordinate representation of color #182C7D: hue angle of 228.12º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182C7D is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 44 | 125 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.51 |
| HSL | 228.12º | 0.68% | 0.29% | - |
| HSV(B) | 228.12º | 0.81% | 0.49% | - |
| XYZ | 4.98 | 3.48 | 19.81 | - |
| YUV | 47.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 125 | 0.81 | 0.65 | 0 | 0.51 | 228.12 | 0.68 | 0.29 |
| Hex | 18 | 2C | 7D | 51 | 41 | 0 | 33 | E4 | 44 | 1D |
| Octal | 30 | 54 | 175 | 121 | 101 | 0 | 63 | 344 | 104 | 35 |
| Binary | 11000 | 101100 | 1111101 | 1010001 | 1000001 | 0 | 110011 | 11100100 | 1000100 | 11101 |
Color Harmonies of #182C7D
Complementary color
Monochromatic Colors of #182C7D
Black with #182C7D
Text Example
Text Example
White with #182C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C7D; }
p { color: rgb(24,44,125); }
H1.HeaderClassName
{
color: #182C7D;
}
.AnyTagClassName
{
color: #182C7D;
}
</style>
background-color css
<style>
a { background-color: #182C7D; }
a { background-color: rgb(24,44,125); }
div.DivClassName
{
background-color: #182C7D;
}
.BgClassName
{
background-color: #182C7D;
}
</style>
border-color css
<style>
span { border-color: #182C7D; }
span { border-color: rgb(24,44,125); }
td.TdClassName
{
border-color: #182C7D;
}
.TagClassName
{
border-color: #182C7D;
}
</style>