Shades of Midnight Blue #180B65
Tints of Midnight Blue #180B65
RGB
CMYK
RGB Variations
Color information
#180B65 (or 0x180B65) is known color: Midnight Blue. HEX triplet: 18, 0B and 65. RGB value is (24,11,101). Sum of RGB (Red+Green+Blue) = 24+11+101=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #180B65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B65 is #E7F49A. Grayscale: #181818. Windows color (decimal): -15201435 or 6621976. OLE color: 6621976.
HSL color Cylindrical-coordinate representation of color #180B65: hue angle of 248.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180B65 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 11 | 101 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.60 |
| HSL | 248.67º | 0.8% | 0.22% | - |
| HSV(B) | 248.67º | 0.89% | 0.4% | - |
| XYZ | 2.85 | 1.37 | 12.43 | - |
| YUV | 25.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 101 | 0.76 | 0.89 | 0 | 0.60 | 248.67 | 0.8 | 0.22 |
| Hex | 18 | B | 65 | 4C | 59 | 0 | 3C | F9 | 50 | 16 |
| Octal | 30 | 13 | 145 | 114 | 131 | 0 | 74 | 371 | 120 | 26 |
| Binary | 11000 | 1011 | 1100101 | 1001100 | 1011001 | 0 | 111100 | 11111001 | 1010000 | 10110 |
Color Harmonies of #180B65
Complementary color
Monochromatic Colors of #180B65
Black with #180B65
Text Example
Text Example
White with #180B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B65; }
p { color: rgb(24,11,101); }
H1.HeaderClassName
{
color: #180B65;
}
.AnyTagClassName
{
color: #180B65;
}
</style>
background-color css
<style>
a { background-color: #180B65; }
a { background-color: rgb(24,11,101); }
div.DivClassName
{
background-color: #180B65;
}
.BgClassName
{
background-color: #180B65;
}
</style>
border-color css
<style>
span { border-color: #180B65; }
span { border-color: rgb(24,11,101); }
td.TdClassName
{
border-color: #180B65;
}
.TagClassName
{
border-color: #180B65;
}
</style>