Shades of Midnight Blue #180974
Tints of Midnight Blue #180974
RGB
CMYK
RGB Variations
Color information
#180974 (or 0x180974) is known color: Midnight Blue. HEX triplet: 18, 09 and 74. RGB value is (24,9,116). Sum of RGB (Red+Green+Blue) = 24+9+116=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #180974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180974 is #E7F68B. Grayscale: #191919. Windows color (decimal): -15201932 or 7604504. OLE color: 7604504.
HSL color Cylindrical-coordinate representation of color #180974: hue angle of 248.41º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180974 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 9 | 116 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.55 |
| HSL | 248.41º | 0.86% | 0.25% | - |
| HSV(B) | 248.41º | 0.92% | 0.45% | - |
| XYZ | 3.63 | 1.65 | 16.65 | - |
| YUV | 25.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 116 | 0.79 | 0.92 | 0 | 0.55 | 248.41 | 0.86 | 0.25 |
| Hex | 18 | 9 | 74 | 4F | 5C | 0 | 37 | F8 | 56 | 19 |
| Octal | 30 | 11 | 164 | 117 | 134 | 0 | 67 | 370 | 126 | 31 |
| Binary | 11000 | 1001 | 1110100 | 1001111 | 1011100 | 0 | 110111 | 11111000 | 1010110 | 11001 |
Color Harmonies of #180974
Complementary color
Monochromatic Colors of #180974
Black with #180974
Text Example
Text Example
White with #180974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180974; }
p { color: rgb(24,9,116); }
H1.HeaderClassName
{
color: #180974;
}
.AnyTagClassName
{
color: #180974;
}
</style>
background-color css
<style>
a { background-color: #180974; }
a { background-color: rgb(24,9,116); }
div.DivClassName
{
background-color: #180974;
}
.BgClassName
{
background-color: #180974;
}
</style>
border-color css
<style>
span { border-color: #180974; }
span { border-color: rgb(24,9,116); }
td.TdClassName
{
border-color: #180974;
}
.TagClassName
{
border-color: #180974;
}
</style>