Shades of Midnight Blue #180168
Tints of Midnight Blue #180168
RGB
CMYK
RGB Variations
Color information
#180168 (or 0x180168) is known color: Midnight Blue. HEX triplet: 18, 01 and 68. RGB value is (24,1,104). Sum of RGB (Red+Green+Blue) = 24+1+104=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #180168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180168 is #E7FE97. Grayscale: #131313. Windows color (decimal): -15203992 or 6816024. OLE color: 6816024.
HSL color Cylindrical-coordinate representation of color #180168: hue angle of 253.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180168 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 1 | 104 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.59 |
| HSL | 253.4º | 0.98% | 0.21% | - |
| HSV(B) | 253.4º | 0.99% | 0.41% | - |
| XYZ | 2.89 | 1.22 | 13.18 | - |
| YUV | 19.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 104 | 0.77 | 0.99 | 0 | 0.59 | 253.4 | 0.98 | 0.21 |
| Hex | 18 | 1 | 68 | 4D | 63 | 0 | 3B | FD | 62 | 15 |
| Octal | 30 | 1 | 150 | 115 | 143 | 0 | 73 | 375 | 142 | 25 |
| Binary | 11000 | 1 | 1101000 | 1001101 | 1100011 | 0 | 111011 | 11111101 | 1100010 | 10101 |
Color Harmonies of #180168
Complementary color
Monochromatic Colors of #180168
Black with #180168
Text Example
Text Example
White with #180168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180168; }
p { color: rgb(24,1,104); }
H1.HeaderClassName
{
color: #180168;
}
.AnyTagClassName
{
color: #180168;
}
</style>
background-color css
<style>
a { background-color: #180168; }
a { background-color: rgb(24,1,104); }
div.DivClassName
{
background-color: #180168;
}
.BgClassName
{
background-color: #180168;
}
</style>
border-color css
<style>
span { border-color: #180168; }
span { border-color: rgb(24,1,104); }
td.TdClassName
{
border-color: #180168;
}
.TagClassName
{
border-color: #180168;
}
</style>