Shades of Midnight Blue #180B68
Tints of Midnight Blue #180B68
RGB
CMYK
RGB Variations
Color information
#180B68 (or 0x180B68) is known color: Midnight Blue. HEX triplet: 18, 0B and 68. RGB value is (24,11,104). Sum of RGB (Red+Green+Blue) = 24+11+104=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #180B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B68 is #E7F497. Grayscale: #191919. Windows color (decimal): -15201432 or 6818584. OLE color: 6818584.
HSL color Cylindrical-coordinate representation of color #180B68: hue angle of 248.39º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180B68 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 11 | 104 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.59 |
| HSL | 248.39º | 0.81% | 0.23% | - |
| HSV(B) | 248.39º | 0.89% | 0.41% | - |
| XYZ | 3 | 1.43 | 13.22 | - |
| YUV | 25.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 104 | 0.77 | 0.89 | 0 | 0.59 | 248.39 | 0.81 | 0.23 |
| Hex | 18 | B | 68 | 4D | 59 | 0 | 3B | F8 | 51 | 17 |
| Octal | 30 | 13 | 150 | 115 | 131 | 0 | 73 | 370 | 121 | 27 |
| Binary | 11000 | 1011 | 1101000 | 1001101 | 1011001 | 0 | 111011 | 11111000 | 1010001 | 10111 |
Color Harmonies of #180B68
Complementary color
Monochromatic Colors of #180B68
Black with #180B68
Text Example
Text Example
White with #180B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B68; }
p { color: rgb(24,11,104); }
H1.HeaderClassName
{
color: #180B68;
}
.AnyTagClassName
{
color: #180B68;
}
</style>
background-color css
<style>
a { background-color: #180B68; }
a { background-color: rgb(24,11,104); }
div.DivClassName
{
background-color: #180B68;
}
.BgClassName
{
background-color: #180B68;
}
</style>
border-color css
<style>
span { border-color: #180B68; }
span { border-color: rgb(24,11,104); }
td.TdClassName
{
border-color: #180B68;
}
.TagClassName
{
border-color: #180B68;
}
</style>