Shades of Midnight Blue #180462
Tints of Midnight Blue #180462
RGB
CMYK
RGB Variations
Color information
#180462 (or 0x180462) is known color: Midnight Blue. HEX triplet: 18, 04 and 62. RGB value is (24,4,98). Sum of RGB (Red+Green+Blue) = 24+4+98=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #180462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180462 is #E7FB9D. Grayscale: #141414. Windows color (decimal): -15203230 or 6423576. OLE color: 6423576.
HSL color Cylindrical-coordinate representation of color #180462: hue angle of 252.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180462 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 4 | 98 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.62 |
| HSL | 252.77º | 0.92% | 0.2% | - |
| HSV(B) | 252.77º | 0.96% | 0.38% | - |
| XYZ | 2.62 | 1.16 | 11.64 | - |
| YUV | 20.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 98 | 0.76 | 0.96 | 0 | 0.62 | 252.77 | 0.92 | 0.2 |
| Hex | 18 | 4 | 62 | 4C | 60 | 0 | 3E | FD | 5C | 14 |
| Octal | 30 | 4 | 142 | 114 | 140 | 0 | 76 | 375 | 134 | 24 |
| Binary | 11000 | 100 | 1100010 | 1001100 | 1100000 | 0 | 111110 | 11111101 | 1011100 | 10100 |
Color Harmonies of #180462
Complementary color
Monochromatic Colors of #180462
Black with #180462
Text Example
Text Example
White with #180462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180462; }
p { color: rgb(24,4,98); }
H1.HeaderClassName
{
color: #180462;
}
.AnyTagClassName
{
color: #180462;
}
</style>
background-color css
<style>
a { background-color: #180462; }
a { background-color: rgb(24,4,98); }
div.DivClassName
{
background-color: #180462;
}
.BgClassName
{
background-color: #180462;
}
</style>
border-color css
<style>
span { border-color: #180462; }
span { border-color: rgb(24,4,98); }
td.TdClassName
{
border-color: #180462;
}
.TagClassName
{
border-color: #180462;
}
</style>