Shades of Midnight Blue #182263
Tints of Midnight Blue #182263
RGB
CMYK
RGB Variations
Color information
#182263 (or 0x182263) is known color: Midnight Blue. HEX triplet: 18, 22 and 63. RGB value is (24,34,99). Sum of RGB (Red+Green+Blue) = 24+34+99=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #182263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182263 is #E7DD9C. Grayscale: #262626. Windows color (decimal): -15195549 or 6496792. OLE color: 6496792.
HSL color Cylindrical-coordinate representation of color #182263: hue angle of 232º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182263 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 34 | 99 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.61 |
| HSL | 232º | 0.61% | 0.24% | - |
| HSV(B) | 232º | 0.76% | 0.39% | - |
| XYZ | 3.2 | 2.24 | 12.07 | - |
| YUV | 38.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 99 | 0.76 | 0.66 | 0 | 0.61 | 232 | 0.61 | 0.24 |
| Hex | 18 | 22 | 63 | 4C | 42 | 0 | 3D | E8 | 3D | 18 |
| Octal | 30 | 42 | 143 | 114 | 102 | 0 | 75 | 350 | 75 | 30 |
| Binary | 11000 | 100010 | 1100011 | 1001100 | 1000010 | 0 | 111101 | 11101000 | 111101 | 11000 |
Color Harmonies of #182263
Complementary color
Monochromatic Colors of #182263
Black with #182263
Text Example
Text Example
White with #182263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182263; }
p { color: rgb(24,34,99); }
H1.HeaderClassName
{
color: #182263;
}
.AnyTagClassName
{
color: #182263;
}
</style>
background-color css
<style>
a { background-color: #182263; }
a { background-color: rgb(24,34,99); }
div.DivClassName
{
background-color: #182263;
}
.BgClassName
{
background-color: #182263;
}
</style>
border-color css
<style>
span { border-color: #182263; }
span { border-color: rgb(24,34,99); }
td.TdClassName
{
border-color: #182263;
}
.TagClassName
{
border-color: #182263;
}
</style>