Shades of Midnight Blue #10105C
Tints of Midnight Blue #10105C
RGB
CMYK
RGB Variations
Color information
#10105C (or 0x10105C) is known color: Midnight Blue. HEX triplet: 10, 10 and 5C. RGB value is (16,16,92). Sum of RGB (Red+Green+Blue) = 16+16+92=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #10105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10105C is #EFEFA3. Grayscale: #181818. Windows color (decimal): -15724452 or 6033424. OLE color: 6033424.
HSL color Cylindrical-coordinate representation of color #10105C: hue angle of 240º 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 #10105C is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 16 | 92 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.64 |
| HSL | 240º | 0.7% | 0.21% | - |
| HSV(B) | 240º | 0.83% | 0.36% | - |
| XYZ | 2.33 | 1.25 | 10.24 | - |
| YUV | 24.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 92 | 0.83 | 0.83 | 0 | 0.64 | 240 | 0.7 | 0.21 |
| Hex | 10 | 10 | 5C | 53 | 53 | 0 | 40 | F0 | 46 | 15 |
| Octal | 20 | 20 | 134 | 123 | 123 | 0 | 100 | 360 | 106 | 25 |
| Binary | 10000 | 10000 | 1011100 | 1010011 | 1010011 | 0 | 1000000 | 11110000 | 1000110 | 10101 |
Color Harmonies of #10105C
Complementary color
Monochromatic Colors of #10105C
Black with #10105C
Text Example
Text Example
White with #10105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10105C; }
p { color: rgb(16,16,92); }
H1.HeaderClassName
{
color: #10105C;
}
.AnyTagClassName
{
color: #10105C;
}
</style>
background-color css
<style>
a { background-color: #10105C; }
a { background-color: rgb(16,16,92); }
div.DivClassName
{
background-color: #10105C;
}
.BgClassName
{
background-color: #10105C;
}
</style>
border-color css
<style>
span { border-color: #10105C; }
span { border-color: rgb(16,16,92); }
td.TdClassName
{
border-color: #10105C;
}
.TagClassName
{
border-color: #10105C;
}
</style>