Shades of Midnight Blue #18105C
Tints of Midnight Blue #18105C
RGB
CMYK
RGB Variations
Color information
#18105C (or 0x18105C) is known color: Midnight Blue. HEX triplet: 18, 10 and 5C. RGB value is (24,16,92). Sum of RGB (Red+Green+Blue) = 24+16+92=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #18105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18105C is #E7EFA3. Grayscale: #1A1A1A. Windows color (decimal): -15200164 or 6033432. OLE color: 6033432.
HSL color Cylindrical-coordinate representation of color #18105C: hue angle of 246.32º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18105C is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 16 | 92 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.64 |
| HSL | 246.32º | 0.7% | 0.21% | - |
| HSV(B) | 246.32º | 0.83% | 0.36% | - |
| XYZ | 2.49 | 1.34 | 10.25 | - |
| YUV | 27.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 92 | 0.74 | 0.83 | 0 | 0.64 | 246.32 | 0.7 | 0.21 |
| Hex | 18 | 10 | 5C | 4A | 53 | 0 | 40 | F6 | 46 | 15 |
| Octal | 30 | 20 | 134 | 112 | 123 | 0 | 100 | 366 | 106 | 25 |
| Binary | 11000 | 10000 | 1011100 | 1001010 | 1010011 | 0 | 1000000 | 11110110 | 1000110 | 10101 |
Color Harmonies of #18105C
Complementary color
Monochromatic Colors of #18105C
Black with #18105C
Text Example
Text Example
White with #18105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18105C; }
p { color: rgb(24,16,92); }
H1.HeaderClassName
{
color: #18105C;
}
.AnyTagClassName
{
color: #18105C;
}
</style>
background-color css
<style>
a { background-color: #18105C; }
a { background-color: rgb(24,16,92); }
div.DivClassName
{
background-color: #18105C;
}
.BgClassName
{
background-color: #18105C;
}
</style>
border-color css
<style>
span { border-color: #18105C; }
span { border-color: rgb(24,16,92); }
td.TdClassName
{
border-color: #18105C;
}
.TagClassName
{
border-color: #18105C;
}
</style>