Shades of Midnight Blue #18105A
Tints of Midnight Blue #18105A
RGB
CMYK
RGB Variations
Color information
#18105A (or 0x18105A) is known color: Midnight Blue. HEX triplet: 18, 10 and 5A. RGB value is (24,16,90). Sum of RGB (Red+Green+Blue) = 24+16+90=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #18105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18105A is #E7EFA5. Grayscale: #1A1A1A. Windows color (decimal): -15200166 or 5902360. OLE color: 5902360.
HSL color Cylindrical-coordinate representation of color #18105A: hue angle of 246.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18105A is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 16 | 90 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.65 |
| HSL | 246.49º | 0.7% | 0.21% | - |
| HSV(B) | 246.49º | 0.82% | 0.35% | - |
| XYZ | 2.41 | 1.3 | 9.8 | - |
| YUV | 26.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 90 | 0.73 | 0.82 | 0 | 0.65 | 246.49 | 0.7 | 0.21 |
| Hex | 18 | 10 | 5A | 49 | 52 | 0 | 41 | F6 | 46 | 15 |
| Octal | 30 | 20 | 132 | 111 | 122 | 0 | 101 | 366 | 106 | 25 |
| Binary | 11000 | 10000 | 1011010 | 1001001 | 1010010 | 0 | 1000001 | 11110110 | 1000110 | 10101 |
Color Harmonies of #18105A
Complementary color
Monochromatic Colors of #18105A
Black with #18105A
Text Example
Text Example
White with #18105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18105A; }
p { color: rgb(24,16,90); }
H1.HeaderClassName
{
color: #18105A;
}
.AnyTagClassName
{
color: #18105A;
}
</style>
background-color css
<style>
a { background-color: #18105A; }
a { background-color: rgb(24,16,90); }
div.DivClassName
{
background-color: #18105A;
}
.BgClassName
{
background-color: #18105A;
}
</style>
border-color css
<style>
span { border-color: #18105A; }
span { border-color: rgb(24,16,90); }
td.TdClassName
{
border-color: #18105A;
}
.TagClassName
{
border-color: #18105A;
}
</style>