Shades of Midnight Blue #101261
Tints of Midnight Blue #101261
RGB
CMYK
RGB Variations
Color information
#101261 (or 0x101261) is known color: Midnight Blue. HEX triplet: 10, 12 and 61. RGB value is (16,18,97). Sum of RGB (Red+Green+Blue) = 16+18+97=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #101261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101261 is #EFED9E. Grayscale: #1A1A1A. Windows color (decimal): -15723935 or 6361616. OLE color: 6361616.
HSL color Cylindrical-coordinate representation of color #101261: hue angle of 238.52º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101261 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 18 | 97 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.62 |
| HSL | 238.52º | 0.72% | 0.22% | - |
| HSV(B) | 238.52º | 0.84% | 0.38% | - |
| XYZ | 2.59 | 1.41 | 11.44 | - |
| YUV | 26.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 97 | 0.84 | 0.81 | 0 | 0.62 | 238.52 | 0.72 | 0.22 |
| Hex | 10 | 12 | 61 | 54 | 51 | 0 | 3E | EF | 48 | 16 |
| Octal | 20 | 22 | 141 | 124 | 121 | 0 | 76 | 357 | 110 | 26 |
| Binary | 10000 | 10010 | 1100001 | 1010100 | 1010001 | 0 | 111110 | 11101111 | 1001000 | 10110 |
Color Harmonies of #101261
Complementary color
Monochromatic Colors of #101261
Black with #101261
Text Example
Text Example
White with #101261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101261; }
p { color: rgb(16,18,97); }
H1.HeaderClassName
{
color: #101261;
}
.AnyTagClassName
{
color: #101261;
}
</style>
background-color css
<style>
a { background-color: #101261; }
a { background-color: rgb(16,18,97); }
div.DivClassName
{
background-color: #101261;
}
.BgClassName
{
background-color: #101261;
}
</style>
border-color css
<style>
span { border-color: #101261; }
span { border-color: rgb(16,18,97); }
td.TdClassName
{
border-color: #101261;
}
.TagClassName
{
border-color: #101261;
}
</style>