Shades of Midnight Blue #181865
Tints of Midnight Blue #181865
RGB
CMYK
RGB Variations
Color information
#181865 (or 0x181865) is known color: Midnight Blue. HEX triplet: 18, 18 and 65. RGB value is (24,24,101). Sum of RGB (Red+Green+Blue) = 24+24+101=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #181865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181865 is #E7E79A. Grayscale: #202020. Windows color (decimal): -15198107 or 6625304. OLE color: 6625304.
HSL color Cylindrical-coordinate representation of color #181865: hue angle of 240º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181865 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 24 | 101 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.60 |
| HSL | 240º | 0.62% | 0.25% | - |
| HSV(B) | 240º | 0.76% | 0.4% | - |
| XYZ | 3.05 | 1.79 | 12.5 | - |
| YUV | 32.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 101 | 0.76 | 0.76 | 0 | 0.60 | 240 | 0.62 | 0.25 |
| Hex | 18 | 18 | 65 | 4C | 4C | 0 | 3C | F0 | 3E | 19 |
| Octal | 30 | 30 | 145 | 114 | 114 | 0 | 74 | 360 | 76 | 31 |
| Binary | 11000 | 11000 | 1100101 | 1001100 | 1001100 | 0 | 111100 | 11110000 | 111110 | 11001 |
Color Harmonies of #181865
Complementary color
Monochromatic Colors of #181865
Black with #181865
Text Example
Text Example
White with #181865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181865; }
p { color: rgb(24,24,101); }
H1.HeaderClassName
{
color: #181865;
}
.AnyTagClassName
{
color: #181865;
}
</style>
background-color css
<style>
a { background-color: #181865; }
a { background-color: rgb(24,24,101); }
div.DivClassName
{
background-color: #181865;
}
.BgClassName
{
background-color: #181865;
}
</style>
border-color css
<style>
span { border-color: #181865; }
span { border-color: rgb(24,24,101); }
td.TdClassName
{
border-color: #181865;
}
.TagClassName
{
border-color: #181865;
}
</style>