Shades of Midnight Blue #18277C
Tints of Midnight Blue #18277C
RGB
CMYK
RGB Variations
Color information
#18277C (or 0x18277C) is known color: Midnight Blue. HEX triplet: 18, 27 and 7C. RGB value is (24,39,124). Sum of RGB (Red+Green+Blue) = 24+39+124=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #18277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18277C is #E7D883. Grayscale: #2B2B2B. Windows color (decimal): -15194244 or 8136472. OLE color: 8136472.
HSL color Cylindrical-coordinate representation of color #18277C: hue angle of 231º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18277C is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 39 | 124 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.51 |
| HSL | 231º | 0.68% | 0.29% | - |
| HSV(B) | 231º | 0.81% | 0.49% | - |
| XYZ | 4.74 | 3.1 | 19.42 | - |
| YUV | 44.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 124 | 0.81 | 0.69 | 0 | 0.51 | 231 | 0.68 | 0.29 |
| Hex | 18 | 27 | 7C | 51 | 45 | 0 | 33 | E7 | 44 | 1D |
| Octal | 30 | 47 | 174 | 121 | 105 | 0 | 63 | 347 | 104 | 35 |
| Binary | 11000 | 100111 | 1111100 | 1010001 | 1000101 | 0 | 110011 | 11100111 | 1000100 | 11101 |
Color Harmonies of #18277C
Complementary color
Monochromatic Colors of #18277C
Black with #18277C
Text Example
Text Example
White with #18277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18277C; }
p { color: rgb(24,39,124); }
H1.HeaderClassName
{
color: #18277C;
}
.AnyTagClassName
{
color: #18277C;
}
</style>
background-color css
<style>
a { background-color: #18277C; }
a { background-color: rgb(24,39,124); }
div.DivClassName
{
background-color: #18277C;
}
.BgClassName
{
background-color: #18277C;
}
</style>
border-color css
<style>
span { border-color: #18277C; }
span { border-color: rgb(24,39,124); }
td.TdClassName
{
border-color: #18277C;
}
.TagClassName
{
border-color: #18277C;
}
</style>