Shades of Midnight Blue #180C74
Tints of Midnight Blue #180C74
RGB
CMYK
RGB Variations
Color information
#180C74 (or 0x180C74) is known color: Midnight Blue. HEX triplet: 18, 0C and 74. RGB value is (24,12,116). Sum of RGB (Red+Green+Blue) = 24+12+116=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #180C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C74 is #E7F38B. Grayscale: #1B1B1B. Windows color (decimal): -15201164 or 7605272. OLE color: 7605272.
HSL color Cylindrical-coordinate representation of color #180C74: hue angle of 246.92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180C74 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 12 | 116 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.55 |
| HSL | 246.92º | 0.81% | 0.25% | - |
| HSV(B) | 246.92º | 0.9% | 0.45% | - |
| XYZ | 3.66 | 1.72 | 16.66 | - |
| YUV | 27.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 116 | 0.79 | 0.90 | 0 | 0.55 | 246.92 | 0.81 | 0.25 |
| Hex | 18 | C | 74 | 4F | 5A | 0 | 37 | F7 | 51 | 19 |
| Octal | 30 | 14 | 164 | 117 | 132 | 0 | 67 | 367 | 121 | 31 |
| Binary | 11000 | 1100 | 1110100 | 1001111 | 1011010 | 0 | 110111 | 11110111 | 1010001 | 11001 |
Color Harmonies of #180C74
Complementary color
Monochromatic Colors of #180C74
Black with #180C74
Text Example
Text Example
White with #180C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C74; }
p { color: rgb(24,12,116); }
H1.HeaderClassName
{
color: #180C74;
}
.AnyTagClassName
{
color: #180C74;
}
</style>
background-color css
<style>
a { background-color: #180C74; }
a { background-color: rgb(24,12,116); }
div.DivClassName
{
background-color: #180C74;
}
.BgClassName
{
background-color: #180C74;
}
</style>
border-color css
<style>
span { border-color: #180C74; }
span { border-color: rgb(24,12,116); }
td.TdClassName
{
border-color: #180C74;
}
.TagClassName
{
border-color: #180C74;
}
</style>