Shades of Midnight Blue #180263
Tints of Midnight Blue #180263
RGB
CMYK
RGB Variations
Color information
#180263 (or 0x180263) is known color: Midnight Blue. HEX triplet: 18, 02 and 63. RGB value is (24,2,99). Sum of RGB (Red+Green+Blue) = 24+2+99=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #180263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180263 is #E7FD9C. Grayscale: #131313. Windows color (decimal): -15203741 or 6488600. OLE color: 6488600.
HSL color Cylindrical-coordinate representation of color #180263: hue angle of 253.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180263 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 2 | 99 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.61 |
| HSL | 253.61º | 0.96% | 0.2% | - |
| HSV(B) | 253.61º | 0.98% | 0.39% | - |
| XYZ | 2.65 | 1.14 | 11.88 | - |
| YUV | 19.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 99 | 0.76 | 0.98 | 0 | 0.61 | 253.61 | 0.96 | 0.2 |
| Hex | 18 | 2 | 63 | 4C | 62 | 0 | 3D | FE | 60 | 14 |
| Octal | 30 | 2 | 143 | 114 | 142 | 0 | 75 | 376 | 140 | 24 |
| Binary | 11000 | 10 | 1100011 | 1001100 | 1100010 | 0 | 111101 | 11111110 | 1100000 | 10100 |
Color Harmonies of #180263
Complementary color
Monochromatic Colors of #180263
Black with #180263
Text Example
Text Example
White with #180263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180263; }
p { color: rgb(24,2,99); }
H1.HeaderClassName
{
color: #180263;
}
.AnyTagClassName
{
color: #180263;
}
</style>
background-color css
<style>
a { background-color: #180263; }
a { background-color: rgb(24,2,99); }
div.DivClassName
{
background-color: #180263;
}
.BgClassName
{
background-color: #180263;
}
</style>
border-color css
<style>
span { border-color: #180263; }
span { border-color: rgb(24,2,99); }
td.TdClassName
{
border-color: #180263;
}
.TagClassName
{
border-color: #180263;
}
</style>