Shades of Midnight Blue #18147B
Tints of Midnight Blue #18147B
RGB
CMYK
RGB Variations
Color information
#18147B (or 0x18147B) is known color: Midnight Blue. HEX triplet: 18, 14 and 7B. RGB value is (24,20,123). Sum of RGB (Red+Green+Blue) = 24+20+123=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #18147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18147B is #E7EB84. Grayscale: #202020. Windows color (decimal): -15199109 or 8066072. OLE color: 8066072.
HSL color Cylindrical-coordinate representation of color #18147B: hue angle of 242.33º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18147B is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 20 | 123 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.52 |
| HSL | 242.33º | 0.72% | 0.28% | - |
| HSV(B) | 242.33º | 0.84% | 0.48% | - |
| XYZ | 4.2 | 2.12 | 18.93 | - |
| YUV | 32.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 123 | 0.80 | 0.84 | 0 | 0.52 | 242.33 | 0.72 | 0.28 |
| Hex | 18 | 14 | 7B | 50 | 54 | 0 | 34 | F2 | 48 | 1C |
| Octal | 30 | 24 | 173 | 120 | 124 | 0 | 64 | 362 | 110 | 34 |
| Binary | 11000 | 10100 | 1111011 | 1010000 | 1010100 | 0 | 110100 | 11110010 | 1001000 | 11100 |
Color Harmonies of #18147B
Complementary color
Monochromatic Colors of #18147B
Black with #18147B
Text Example
Text Example
White with #18147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18147B; }
p { color: rgb(24,20,123); }
H1.HeaderClassName
{
color: #18147B;
}
.AnyTagClassName
{
color: #18147B;
}
</style>
background-color css
<style>
a { background-color: #18147B; }
a { background-color: rgb(24,20,123); }
div.DivClassName
{
background-color: #18147B;
}
.BgClassName
{
background-color: #18147B;
}
</style>
border-color css
<style>
span { border-color: #18147B; }
span { border-color: rgb(24,20,123); }
td.TdClassName
{
border-color: #18147B;
}
.TagClassName
{
border-color: #18147B;
}
</style>