Shades of Midnight Blue #10155B
Tints of Midnight Blue #10155B
RGB
CMYK
RGB Variations
Color information
#10155B (or 0x10155B) is known color: Midnight Blue. HEX triplet: 10, 15 and 5B. RGB value is (16,21,91). Sum of RGB (Red+Green+Blue) = 16+21+91=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #10155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10155B is #EFEAA4. Grayscale: #1B1B1B. Windows color (decimal): -15723173 or 5969168. OLE color: 5969168.
HSL color Cylindrical-coordinate representation of color #10155B: hue angle of 236º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10155B is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 21 | 91 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.64 |
| HSL | 236º | 0.7% | 0.21% | - |
| HSV(B) | 236º | 0.82% | 0.36% | - |
| XYZ | 2.37 | 1.4 | 10.04 | - |
| YUV | 27.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 91 | 0.82 | 0.77 | 0 | 0.64 | 236 | 0.7 | 0.21 |
| Hex | 10 | 15 | 5B | 52 | 4D | 0 | 40 | EC | 46 | 15 |
| Octal | 20 | 25 | 133 | 122 | 115 | 0 | 100 | 354 | 106 | 25 |
| Binary | 10000 | 10101 | 1011011 | 1010010 | 1001101 | 0 | 1000000 | 11101100 | 1000110 | 10101 |
Color Harmonies of #10155B
Complementary color
Monochromatic Colors of #10155B
Black with #10155B
Text Example
Text Example
White with #10155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10155B; }
p { color: rgb(16,21,91); }
H1.HeaderClassName
{
color: #10155B;
}
.AnyTagClassName
{
color: #10155B;
}
</style>
background-color css
<style>
a { background-color: #10155B; }
a { background-color: rgb(16,21,91); }
div.DivClassName
{
background-color: #10155B;
}
.BgClassName
{
background-color: #10155B;
}
</style>
border-color css
<style>
span { border-color: #10155B; }
span { border-color: rgb(16,21,91); }
td.TdClassName
{
border-color: #10155B;
}
.TagClassName
{
border-color: #10155B;
}
</style>