Shades of Midnight Blue #180066
Tints of Midnight Blue #180066
RGB
CMYK
RGB Variations
Color information
#180066 (or 0x180066) is known color: Midnight Blue. HEX triplet: 18, 00 and 66. RGB value is (24,0,102). Sum of RGB (Red+Green+Blue) = 24+0+102=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #180066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180066 is #E7FF99. Grayscale: #121212. Windows color (decimal): -15204250 or 6684696. OLE color: 6684696.
HSL color Cylindrical-coordinate representation of color #180066: hue angle of 254.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180066 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 0 | 102 | - |
| CMYK | 0.76 | 1 | 0 | 0.6 |
| HSL | 254.12º | 1% | 0.2% | - |
| HSV(B) | 254.12º | 1% | 0.4% | - |
| XYZ | 2.77 | 1.15 | 12.65 | - |
| YUV | 18.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 102 | 0.76 | 1 | 0 | 0.6 | 254.12 | 1 | 0.2 |
| Hex | 18 | 0 | 66 | 4C | 64 | 0 | 3C | FE | 64 | 14 |
| Octal | 30 | 0 | 146 | 114 | 144 | 0 | 74 | 376 | 144 | 24 |
| Binary | 11000 | 0 | 1100110 | 1001100 | 1100100 | 0 | 111100 | 11111110 | 1100100 | 10100 |
Color Harmonies of #180066
Complementary color
Monochromatic Colors of #180066
Black with #180066
Text Example
Text Example
White with #180066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180066; }
p { color: rgb(24,0,102); }
H1.HeaderClassName
{
color: #180066;
}
.AnyTagClassName
{
color: #180066;
}
</style>
background-color css
<style>
a { background-color: #180066; }
a { background-color: rgb(24,0,102); }
div.DivClassName
{
background-color: #180066;
}
.BgClassName
{
background-color: #180066;
}
</style>
border-color css
<style>
span { border-color: #180066; }
span { border-color: rgb(24,0,102); }
td.TdClassName
{
border-color: #180066;
}
.TagClassName
{
border-color: #180066;
}
</style>